From c5b29d36168be37e273a1e6d14924b65981e3d6e Mon Sep 17 00:00:00 2001 From: "chung@molgen.mpg.de" Date: Wed, 20 Jan 2016 17:41:07 +0100 Subject: [PATCH] now with empty --- src/rmn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rmn.cpp b/src/rmn.cpp index fdb3625..064bd2f 100644 --- a/src/rmn.cpp +++ b/src/rmn.cpp @@ -308,7 +308,7 @@ Rcpp::List estimate( std::cout << iter << ": new z\n"; estimateZ(arma::conv_to >::from(lnEmPN), lnTPN, z[iContig], empty[iContig], lnL); - std::cout << iContig << '\t' << z[iContig](arma::span(1, 10)) << std::endl; + std::cout << iContig << '\t' << empty[iContig](arma::span(1, 10)) << std::endl; } std::cout << iter << ": new likelihood: " << lnL << std::endl; }