From 9bed7ed1e0fe1e5ff4352459ffbd90dd8bd2387d Mon Sep 17 00:00:00 2001 From: "chung@molgen.mpg.de" Date: Wed, 20 Jan 2016 17:47:04 +0100 Subject: [PATCH] what the hell --- src/rmn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rmn.cpp b/src/rmn.cpp index 6a857a2..b33a083 100644 --- a/src/rmn.cpp +++ b/src/rmn.cpp @@ -71,7 +71,7 @@ void estimateZ( *B_it += *(B_it - 1); } - std::cout << "lnL = " << F[L] << '\t' << B[1] << std::endl; + std::cout << "lnL = " << F[L] << '\t' << B[1] << '\t' << L << std::endl; lnL += F[L]; // calculate posterior;