]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedordervector.h
changed random forest output filename
[mothur.git] / sharedordervector.h
index 09d4959a0c741f8df9aa3bcb564d940d4825097d..7d383ac84f431830e2324cd51d4777d80a3390e0 100644 (file)
@@ -24,7 +24,7 @@ struct individual {
                bool operator()(const individual& i1, const individual& i2) {
                return (i1.abundance > i2.abundance);
                }
-       individual() { group = ""; bin = 0; abundance = 0; }
+       individual() {  group = ""; bin = 0; abundance = 0; }
 };
 
 struct individualFloat {