]> git.donarmstrong.com Git - mothur.git/blobdiff - sensspeccommand.h
changes while testing
[mothur.git] / sensspeccommand.h
index 7d85a39bea25ced837551589cf21e2c431c8d7ca..bfa329131f341e6a0750a318cc237ead77bbd8a4 100644 (file)
@@ -48,7 +48,7 @@ private:
        set<string> labels; //holds labels to be used
 
        long int truePositives, falsePositives, trueNegatives, falseNegatives;
-       bool abort, allLines;
+       bool abort, allLines, square;
        bool hard;
        //string lineLabel;
        double cutoff;
@@ -59,6 +59,7 @@ private:
        int process(map<string, int>&, string, bool&, string&);
        int process(set<string>&, string, bool&, string&, int);
     string preProcessList();
+    bool testFile();
 
 };