]> git.donarmstrong.com Git - mothur.git/blobdiff - progress.cpp
fixed memory leak of groupmap in reads
[mothur.git] / progress.cpp
index eec8f09c150efbd947511b898751b87e06d4d68f..9f3327fc4446beefd1d1a0d7165831f32e48a6d6 100644 (file)
@@ -20,7 +20,7 @@ const char marker = '|';
 
 Progress::Progress(string job, int end){
        try {
-               cout << "*******************#****#****#****#****#****#****#****#****#****#****#\n";
+               cout << "********************#****#****#****#****#****#****#****#****#****#****#\n";
                cout << job << marker;
                cout.flush();
        
@@ -72,7 +72,7 @@ void Progress::finish(){
        
        
                cout << endl;
-               cout << "**********************************************************************\n";
+               cout << "***********************************************************************\n";
                cout.flush();
        }
        catch(exception& e) {