]> git.donarmstrong.com Git - mothur.git/blobdiff - nmdscommand.cpp
added flow file to sort.seqs. added setName and setScores functions to Quality Scores...
[mothur.git] / nmdscommand.cpp
index 1d936d458d2edb69e6d49f51d8a79171389ea544..e2a3712a410738b0396884accc41bdd555caa735 100644 (file)
@@ -156,7 +156,7 @@ NMDSCommand::NMDSCommand(string option)  {
                        m->mothurConvert(temp, epsilon); 
                        
                        if (mindim < 1) { m->mothurOut("mindim must be at least 1."); m->mothurOutEndLine(); abort = true; }
-                       if (maxdim < mindim) { m->mothurOut("maxdim must be greater than mindim."); m->mothurOutEndLine(); abort = true; }
+                       if (maxdim < mindim) { maxdim = mindim; }
                }
                
        }