This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch upstream-master
in repository pktools.

commit d70b7bba9bfff7e087ec857903c2548638453f5c
Author: Pieter Kempeneers <kempe...@gmail.com>
Date:   Mon Nov 18 10:38:48 2013 +0100

    removed extra space in output of min in pkstatascii.cc
---
 src/apps/pkstatascii.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/apps/pkstatascii.cc b/src/apps/pkstatascii.cc
index d5cf526..db11a72 100644
--- a/src/apps/pkstatascii.cc
+++ b/src/apps/pkstatascii.cc
@@ -176,7 +176,7 @@ int main(int argc, char *argv[])
     if(median_opt[0])
       cout << "median value column " << col_opt[icol] << ": " << 
stat.median(dataVector[icol]) << endl;
     if(minmax_opt[0]){
-      cout << "min value  column " << col_opt[icol] << ": " << 
stat.min(dataVector[icol]) << endl;
+      cout << "min value column " << col_opt[icol] << ": " << 
stat.min(dataVector[icol]) << endl;
       cout << "max value column " << col_opt[icol] << ": " << 
stat.max(dataVector[icol]) << endl;
     }
     if(histogram_opt[0]){

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pktools.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to