Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
chung@molgen.mpg.de committed Jan 20, 2016
1 parent 9bed7ed commit bac8b62
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 @@ -83,7 +83,7 @@ void estimateZ(
z(i - w) = std::exp(F[i - w] + B[i + 1] + *forlnEmPN_it++ + lnTPN - lnL);
}
if(i == w){
std::cout << F[i - w] << '\t' << B[i + 1] << std::endl;
std::cout << z(i - w) << '\t' << z(i - 1) << '\t' << F[i - w] << '\t' << B[i + 1] << std::endl;

}
}
Expand Down

0 comments on commit bac8b62

Please sign in to comment.