]> git.donarmstrong.com Git - mothur.git/blobdiff - progress.cpp
documentation
[mothur.git] / progress.cpp
index 94ad41607064445a2307e5fcd2298403de8424a5..9f3327fc4446beefd1d1a0d7165831f32e48a6d6 100644 (file)
@@ -7,10 +7,8 @@
  *
  */
 
-#include <iostream>
-#include <string>
+
 #include "progress.hpp"
-#include <exception>
 
 using namespace std;
 
@@ -22,7 +20,7 @@ const char marker = '|';
 
 Progress::Progress(string job, int end){
        try {
-               cout << "*******************#****#****#****#****#****#****#****#****#****#****#\n";
+               cout << "********************#****#****#****#****#****#****#****#****#****#****#\n";
                cout << job << marker;
                cout.flush();
        
@@ -74,7 +72,7 @@ void Progress::finish(){
        
        
                cout << endl;
-               cout << "**********************************************************************\n";
+               cout << "***********************************************************************\n";
                cout.flush();
        }
        catch(exception& e) {