]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsabundvector.cpp
added help for alignment code and thomas' calcs to project
[mothur.git] / sharedsabundvector.cpp
index 8b6f8faa8695b8acb4a36730519ea6e751df8fb3..0e86977e498a49255f037d2080ef5226a1c3bd6b 100644 (file)
@@ -9,9 +9,6 @@
 
 #include "sharedsabundvector.h"
 #include "sabundvector.hpp"
-#include "datavector.hpp"
-#include "utilities.hpp"
-#include <exception>
 
 using namespace std;
 
@@ -256,6 +253,8 @@ SharedOrderVector SharedSAbundVector::getSharedOrderVector() {
                rav = this->getSharedRAbundVector();
                ov = rav.getSharedOrderVector();
                
+               ov.updateStats();
+               
                return ov;
        }
        catch(exception& e) {