X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sparsematrix.cpp;h=c4120f49d679ffc497ba72e7e0da8fc0fc22c00a;hb=64eee3a595ae53817f52807d7393b22e74e31f56;hp=0b210c66565324ea85e8fcb4b4dd45634199573e;hpb=bfbc55964f1977da72c2cea984288a427d370a59;p=mothur.git diff --git a/sparsematrix.cpp b/sparsematrix.cpp index 0b210c6..c4120f4 100644 --- a/sparsematrix.cpp +++ b/sparsematrix.cpp @@ -1,14 +1,12 @@ -#include "utilities.hpp" + #include "sparsematrix.hpp" #include "listvector.hpp" -using namespace std; - typedef list::iterator MatData; /***********************************************************************/ -SparseMatrix::SparseMatrix() : numNodes(0), minsIndex(0), smallDist(1e6){}; +SparseMatrix::SparseMatrix() : numNodes(0), minsIndex(0), smallDist(1e6){} /***********************************************************************/