[Genabel-commits] r1357 - pkg/OmicABEL/src/reshuffle

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Oct 31 21:34:37 CET 2013


Author: lckarssen
Date: 2013-10-31 21:34:37 +0100 (Thu, 31 Oct 2013)
New Revision: 1357

Modified:
   pkg/OmicABEL/src/reshuffle/test.cpp
Log:
Fixed a bug in a variable name in OmicABEL's reshuffle test program that stopped OmicABEL from compiling correctly. 


Modified: pkg/OmicABEL/src/reshuffle/test.cpp
===================================================================
--- pkg/OmicABEL/src/reshuffle/test.cpp	2013-10-31 20:29:18 UTC (rev 1356)
+++ pkg/OmicABEL/src/reshuffle/test.cpp	2013-10-31 20:34:37 UTC (rev 1357)
@@ -55,8 +55,8 @@
 		Params_test->traits.setbynames(*(iout_F.labels.trait_names));
 	if(Params_test->snps.use)
 		Params_test->snps.setbynames(*(iout_F.labels.snp_names));
-	if(Params_test->heritabilities.use)
-		Params_test->heritabilities.setbynames(*(iout_F.labels.trait_names));
+	if(Params_test->herit.use)
+		Params_test->herit.setbynames(*(iout_F.labels.trait_names));
 	Reshuffle reshh(iout_F,*Params_test);
 	reshh.run();
 	ifstream result_f(result.c_str());



More information about the Genabel-commits mailing list