]> git.donarmstrong.com Git - mothur.git/blobdiff - sparsematrix.cpp
fixed some bugs
[mothur.git] / sparsematrix.cpp
index fc10d27e4193dfcce4ecde200416157876c9ad14..c4120f49d679ffc497ba72e7e0da8fc0fc22c00a 100644 (file)
@@ -2,13 +2,11 @@
 #include "sparsematrix.hpp"
 #include "listvector.hpp"
 
-using namespace std;
-
 typedef list<PCell>::iterator MatData;
 
 /***********************************************************************/
 
-SparseMatrix::SparseMatrix() : numNodes(0), minsIndex(0), smallDist(1e6){};
+SparseMatrix::SparseMatrix() : numNodes(0), minsIndex(0), smallDist(1e6){}
 
 /***********************************************************************/