... | ... |
@@ -304,8 +304,8 @@ void R_multivariate_hmm(int* O, int* T, int* N, int *Nmod, int* comb_states, dou |
304 | 304 |
} |
305 | 305 |
//FILE_LOG(logINFO) << "epsilon = " << *eps; |
306 | 306 |
if (*verbosity>=1) Rprintf("HMM: epsilon = %g\n", *eps); |
307 |
- //FILE_LOG(logINFO) << "number of modifications = " << *Nmod; |
|
308 |
- if (*verbosity>=1) Rprintf("HMM: number of modifications = %d\n", *Nmod); |
|
307 |
+ //FILE_LOG(logINFO) << "number of experiments = " << *Nmod; |
|
308 |
+ if (*verbosity>=1) Rprintf("HMM: number of experiments = %d\n", *Nmod); |
|
309 | 309 |
|
310 | 310 |
// Flush Rprintf statements to console |
311 | 311 |
R_FlushConsole(); |