]> git.donarmstrong.com Git - mothur.git/blobdiff - slibshuff.cpp
created mothurOut class to handle logfiles
[mothur.git] / slibshuff.cpp
index 1f2d3dfea52fade8645c2afd2eebf239e8fa7231..e1ffb0ec0de20ea11345db0b5040ed492e829a0f 100644 (file)
@@ -44,7 +44,7 @@ vector<vector<double> > SLibshuff::evaluateAll(){
                return dCXYValues;
        }
        catch(exception& e) {
-               errorOut(e, "SLibshuff", "evaluateAll");
+               m->errorOut(e, "SLibshuff", "evaluateAll");
                exit(1);
        }
 }
@@ -97,7 +97,7 @@ double SLibshuff::sCalculate(int x, int y){
                return sum;
        }
        catch(exception& e) {
-               errorOut(e, "SLibshuff", "sCalculate");
+               m->errorOut(e, "SLibshuff", "sCalculate");
                exit(1);
        }
 }