X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitmatrix.h;h=b8aa55119c810871988e76ca156b1746bd4eeb4a;hb=15b252e317fde72ce0a5de8776cb88112e0ed2b6;hp=4ff316073789b694916a75fae5d2081a813d96c7;hpb=4c302368ef34f0d897afefc7853edf86fb45b9f3;p=mothur.git diff --git a/splitmatrix.h b/splitmatrix.h index 4ff3160..b8aa551 100644 --- a/splitmatrix.h +++ b/splitmatrix.h @@ -20,7 +20,7 @@ class SplitMatrix { public: SplitMatrix(string, string, string, float, string, bool); //column formatted distance file, namesfile, cutoff, method, large - SplitMatrix(string, string, string, float, float, string, int, string); //fastafile, namefile, taxFile, taxcutoff, cutoff, method, processors, outputDir + SplitMatrix(string, string, string, float, float, string, int, bool, string); //fastafile, namefile, taxFile, taxcutoff, cutoff, method, processors, classic, outputDir ~SplitMatrix(); int split(); @@ -33,7 +33,7 @@ class SplitMatrix { string distFile, namefile, singleton, method, taxFile, fastafile, outputDir; vector< map< string, string> > dists; float cutoff, distCutoff; - bool large; + bool large, classic; int processors; int splitDistance();