X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sensspeccommand.h;h=bfa329131f341e6a0750a318cc237ead77bbd8a4;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=7d85a39bea25ced837551589cf21e2c431c8d7ca;hpb=3504e4e2feeb05aabb0c79aa42cb696522030924;p=mothur.git diff --git a/sensspeccommand.h b/sensspeccommand.h index 7d85a39..bfa3291 100644 --- a/sensspeccommand.h +++ b/sensspeccommand.h @@ -48,7 +48,7 @@ private: set 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, bool&, string&); int process(set&, string, bool&, string&, int); string preProcessList(); + bool testFile(); };