]> git.donarmstrong.com Git - mothur.git/blobdiff - mothur.h
added stricter compilation requirements and fixed resulting errors
[mothur.git] / mothur.h
index 4d22e98e2a2bb3eac4dcbbe98b81694b58a00bcb..2efdda8bda209ec303dd7e6bc1b8650b5eb65949 100644 (file)
--- a/mothur.h
+++ b/mothur.h
@@ -60,7 +60,7 @@ using namespace std;
 #endif
 
 
-typedef unsigned long long ull;
+typedef unsigned long ull;
 
 struct IntNode {
        int lvalue;
@@ -231,7 +231,7 @@ inline void errorOut(exception& e, string object, string function) {
        
                mothurOut("Error: ");
                mothurOut(toString(e.what()));
-               mothurOut(" has occurred in the " + object + " class function " + function + "Please contact Pat Schloss at pschloss@microbio.umass.edu, and be sure to include the mothur.logFile with your inquiry.");
+               mothurOut(" has occurred in the " + object + " class function " + function + "Please contact Pat Schloss at pschloss@microbio.umass.edu, and be sure to include the mothur.logFile with your inquiry.");
                mothurOutEndLine();
        
 }