]> git.donarmstrong.com Git - mothur.git/blobdiff - calculator.h
fixed some bugs
[mothur.git] / calculator.h
index 127c835e13318dbc8c0e853d510add1ddbc9c8a7..8b21f7071a40df4a7202176d4132d3f2d6173adc 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef CALCULATOR_H
 #define CALCULATOR_H
 
-using namespace std;
 
 #include "mothur.h"
 #include "sabundvector.hpp"
@@ -14,7 +13,6 @@ It has 2 pure functions EstOutput getValues(SAbundVector*), which works on a sin
 EstOutput getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2), which compares 2 groups. */ 
 
 
-using namespace std;
 typedef vector<double> EstOutput;
 
 /***********************************************************************/