]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedrabundfloatvector.cpp
changes while testing 1.26
[mothur.git] / sharedrabundfloatvector.cpp
index b6d916a1900edc643291df4432728d3619a711a6..b8b91028625cec0cfd1ef59d7dc82ab67b40cde5 100644 (file)
@@ -129,7 +129,6 @@ SharedRAbundFloatVector::SharedRAbundFloatVector(ifstream& f) : DataVector(), ma
                while ((nextLabel == holdLabel) && (f.eof() != true)) {
                        f >> groupN >> num;
             
-            if (num != 1000) { break; }
                        count++;
                        
                        allGroups.push_back(groupN);
@@ -153,6 +152,7 @@ SharedRAbundFloatVector::SharedRAbundFloatVector(ifstream& f) : DataVector(), ma
                
                m->saveNextLabel = nextLabel;
                m->setAllGroups(allGroups);
+        for (int i = 0; i < allGroups.size(); i++) { cout << allGroups[i] << endl; }
        
        }
        catch(exception& e) {