Skip to content

Commit

Permalink
what the hell
Browse files Browse the repository at this point in the history
  • Loading branch information
chung@molgen.mpg.de committed Jan 20, 2016
1 parent e40479f commit 9bed7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rmn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9bed7ed

Please sign in to comment.