arzzen 8 years ago
parent
commit
01e5695c3b
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      pert

+ 4
- 4
pert View File

@@ -23,13 +23,13 @@ function _divider
23 23
 {
24 24
     divider=------------------------------
25 25
     divider=" "$divider$divider$divider
26
-    width=83
26
+    width=85
27 27
     
28 28
     printf "%$width.${width}s\n" "$divider"
29 29
 }
30 30
 
31
-header="\n %-12s |%11s |%10s |%12s |%9s |%7s |%9s\n"
32
-format=" %-12s |%11s |%10s |%12s |%9s |%7s |%9s\n"
31
+header="\n %-12s |%11s |%10s |%12s |%9s |%9s |%9s\n"
32
+format=" %-12s |%11s |%10s |%12s |%9s |%9s |%9s\n"
33 33
 
34 34
 counter=0
35 35
 total_estimate=0
@@ -87,7 +87,7 @@ if [[ $total_estimate > 0 ]]; then
87 87
     _divider
88 88
     printf "$format" "summary" "-" "-" "-" $total_estimate $total_standard_deviation $total_variance
89 89
     
90
-    echo -e "\nThree point estimate:"
90
+    #echo -e "\nThree point estimate:"
91 91
     
92 92
 fi
93 93
 

Loading…
Cancel
Save