]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurout.h
added sparseDistanceMatrix class. Modified cluster commands to use the new sparse...
[mothur.git] / mothurout.h
index ac47d79f7d92b113f58dbe421fdbaad892b2b175..77c5a804070eaa2dd3229375df999a5b9521dc92 100644 (file)
@@ -111,6 +111,7 @@ class MothurOut {
                int readNames(string, vector<seqPriorityNode>&, map<string, string>&);
                int mothurRemove(string);
                bool mothurConvert(string, int&); //use for converting user inputs. Sets commandInputsConvertError to true if error occurs. Engines check this.
+        bool mothurConvert(string, intDist&); //use for converting user inputs. Sets commandInputsConvertError to true if error occurs. Engines check this.
                bool mothurConvert(string, float&); //use for converting user inputs. Sets commandInputsConvertError to true if error occurs. Engines check this.
                bool mothurConvert(string, double&); //use for converting user inputs. Sets commandInputsConvertError to true if error occurs. Engines check this.