]> git.donarmstrong.com Git - mothur.git/blobdiff - mothur.cpp
weightedcommand
[mothur.git] / mothur.cpp
index 3a91aa6e595393111416cf04b367af0a8ca38e6f..5142ca22eabb2d6a3121e6dc2701cb4a04fe9f1f 100644 (file)
@@ -17,7 +17,7 @@ GlobalData* GlobalData::_uniqueInstance = 0;
 
 int main(int argc, char *argv[]){
        try {
-       //      srand(54321);
+               //srand(54321);
                srand( (unsigned)time( NULL ) );
 
                Engine* dotur;