[GRASS-SVN] r66305 - grass-addons/grass7/imagery/i.spec.sam

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 23 02:25:45 PDT 2015


Author: ychemin
Date: 2015-09-23 02:25:45 -0700 (Wed, 23 Sep 2015)
New Revision: 66305

Modified:
   grass-addons/grass7/imagery/i.spec.sam/main.c
Log:
last simple fix

Modified: grass-addons/grass7/imagery/i.spec.sam/main.c
===================================================================
--- grass-addons/grass7/imagery/i.spec.sam/main.c	2015-09-23 09:24:23 UTC (rev 66304)
+++ grass-addons/grass7/imagery/i.spec.sam/main.c	2015-09-23 09:25:45 UTC (rev 66305)
@@ -128,7 +128,7 @@
          if (j !=i)
          	G_message("  Angle between row %i and row %i: %g\n", (i+1), (j+1), anglefield[i][j]);
         }
-    G_message(stderr,"\n");
+    G_message("\n");
     
    /* check it */
    for (i = 0; i < Ref.nfiles ; i++)



More information about the grass-commit mailing list