Parcourir la source

change bar width

Jérôme BUISINE il y a 2 ans
Parent
commit
e3b44fa410

+ 1 - 1
main/extract_stats_images.cpp

@@ -25,7 +25,7 @@ struct Tile {
 
 
 void writeProgress(float progress, bool moveUp = false){
-    int barWidth = 200;
+    int barWidth = 150;
 
     if (moveUp){
         // move up line

+ 1 - 1
main/extract_stats_images_all.cpp

@@ -42,7 +42,7 @@ std::vector<std::string> split(const std::string& s, char delimiter)
 }
 
 void writeProgress(float progress, bool moveUp = false){
-    int barWidth = 200;
+    int barWidth = 150;
 
     if (moveUp){
         // move up line

+ 1 - 1
main/extract_stats_images_all_reduced.cpp

@@ -42,7 +42,7 @@ std::vector<std::string> split(const std::string& s, char delimiter)
 }
 
 void writeProgress(float progress, bool moveUp = false){
-    int barWidth = 200;
+    int barWidth = 150;
 
     if (moveUp){
         // move up line

+ 1 - 1
main/rawls_merge_MON_incr.cpp

@@ -13,7 +13,7 @@
 const unsigned numberOfMeans = 20;
 
 void writeProgress(float progress, bool moveUp = false){
-    int barWidth = 200;
+    int barWidth = 150;
 
     if (moveUp){
         // move up line

+ 1 - 1
main/rawls_merge_MON_pct_incr.cpp

@@ -10,7 +10,7 @@
 #include <regex>
 
 void writeProgress(float progress, bool moveUp = false){
-    int barWidth = 200;
+    int barWidth = 150;
 
     if (moveUp){
         // move up line

+ 1 - 1
main/rawls_merge_mean.cpp

@@ -9,7 +9,7 @@
 #include <filesystem>
 
 void writeProgress(float progress){
-    int barWidth = 200;
+    int barWidth = 150;
 
     std::cout << "[";
     int pos = barWidth * progress;

+ 1 - 1
main/rawls_merge_mean_incr.cpp

@@ -15,7 +15,7 @@
 #include <sys/types.h> 
 
 void writeProgress(float progress, bool moveUp = false){
-    int barWidth = 200;
+    int barWidth = 150;
 
     if (moveUp){
         // move up line

+ 1 - 1
main/rawls_merge_median_incr.cpp

@@ -10,7 +10,7 @@
 #include <regex>
 
 void writeProgress(float progress, bool moveUp = false){
-    int barWidth = 200;
+    int barWidth = 150;
 
     if (moveUp){
         // move up line