]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapsimcommand.cpp
a few minor things - pds
[mothur.git] / heatmapsimcommand.cpp
index 68076d3dee6e47f40292f63f66d859a24931e569..3b0d7984bc1d0be02cb66c9d816f72df94e48f36 100644 (file)
@@ -81,9 +81,9 @@ HeatMapSimCommand::HeatMapSimCommand(string option){
                        }
                        
                        calc = validParameter.validFile(parameters, "calc", false);                     
-                       if (calc == "not found") { calc = "jclass-thetayc";  }
+                       if (calc == "not found") { calc = "jest-thetayc";  }
                        else { 
-                                if (calc == "default")  {  calc = "jclass-thetayc";  }
+                                if (calc == "default")  {  calc = "jest-thetayc";  }
                        }
                        splitAtDash(calc, Estimators);