]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsabundvector.cpp
speed up rarefaction.shared
[mothur.git] / sharedsabundvector.cpp
index 7babf1c1f519dc28aa45fab6ec7c378f217499db..0e86977e498a49255f037d2080ef5226a1c3bd6b 100644 (file)
@@ -9,7 +9,6 @@
 
 #include "sharedsabundvector.h"
 #include "sabundvector.hpp"
-#include "utilities.hpp"
 
 using namespace std;
 
@@ -254,6 +253,8 @@ SharedOrderVector SharedSAbundVector::getSharedOrderVector() {
                rav = this->getSharedRAbundVector();
                ov = rav.getSharedOrderVector();
                
+               ov.updateStats();
+               
                return ov;
        }
        catch(exception& e) {