Browse code

changed print text

chakalakka authored on 24/09/2015 12:37:23
Showing 1 changed files

... ...
@@ -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();