]> git.donarmstrong.com Git - mothur.git/blobdiff - rabundvector.cpp
added shannonrange calc.
[mothur.git] / rabundvector.cpp
index 6cbaa0d896ad7d47105873c67cdc6d003329b83a..4d985e9f8a5ead507841799f3fa24b095017e710 100644 (file)
@@ -76,6 +76,7 @@ RAbundVector::RAbundVector(ifstream& f) : DataVector(), maxRank(0), numBins(0),
                        f >> inputData;
                        set(i, inputData);
                }
+        
        }
        catch(exception& e) {
                m->errorOut(e, "RAbundVector", "RAbundVector");