Skip to content

Commit

Permalink
fixed estimateZ
Browse files Browse the repository at this point in the history
  • Loading branch information
chung@molgen.mpg.de committed Jan 20, 2016
1 parent 48ec8d8 commit de3d4bb
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 @@ -42,7 +42,7 @@ void estimateZ(
arma::vec& empty,
double& lnL
){
arma::uword L = lnEmPN.size();
arma::uword L = z.size();
std::vector<double> F(L + 1);
std::vector<double> B(L + 1);
std::vector<double>::iterator F_it = F.begin();
Expand Down

0 comments on commit de3d4bb

Please sign in to comment.