X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=errorchecking.cpp;h=728d4d27303a3c3b9d9ad602693ba4b309a36202;hb=dc08123b7f14e2305e5bb2b3a8fcef96fc829b07;hp=16933549c7539e73460ef7f8a84dd068f60d98be;hpb=72e7e27c475cb318450af213ccfec0eb912c59cf;p=mothur.git diff --git a/errorchecking.cpp b/errorchecking.cpp index 1693354..728d4d2 100644 --- a/errorchecking.cpp +++ b/errorchecking.cpp @@ -177,7 +177,7 @@ bool ErrorCheck::checkInput(string input) { validateReadFiles(); } - //are you trying to cluster before you have read something + //are you trying to cluster before you have read something if (((commandName == "cluster") && (globaldata->gSparseMatrix == NULL)) || ((commandName == "cluster") && (globaldata->gListVector == NULL))) { cout << "Before you use the cluster command, you first need to read in a distance matrix." << endl;