Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
chung@molgen.mpg.de committed Jan 20, 2016
1 parent c5b29d3 commit e40479f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/rmn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ void estimateZ(
if (i >= w){
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;

}
}

}
Expand Down

0 comments on commit e40479f

Please sign in to comment.