]> git.donarmstrong.com Git - mothur.git/blobdiff - sparsematrix.cpp
fixed some bugs and added scriptengine
[mothur.git] / sparsematrix.cpp
index 6eaf3ec7d384786fb38ec98669c9db4612593000..c4120f49d679ffc497ba72e7e0da8fc0fc22c00a 100644 (file)
@@ -1,18 +1,12 @@
-#include <vector>
-#include <iostream>
-#include <list>
-#include "utilities.hpp"
+
 #include "sparsematrix.hpp"
 #include "listvector.hpp"
-#include <exception>
-
-using namespace std;
 
 typedef list<PCell>::iterator MatData;
 
 /***********************************************************************/
 
-SparseMatrix::SparseMatrix() : numNodes(0), minsIndex(0), smallDist(1e6){};
+SparseMatrix::SparseMatrix() : numNodes(0), minsIndex(0), smallDist(1e6){}
 
 /***********************************************************************/