[GRASS-SVN] r53270 - grass/trunk/lib/raster3d/test

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Sep 23 13:11:18 PDT 2012


Author: huhabla
Date: 2012-09-23 13:11:17 -0700 (Sun, 23 Sep 2012)
New Revision: 53270

Modified:
   grass/trunk/lib/raster3d/test/test_put_get_value_large_file.c
Log:
Print wrong values in large file test.


Modified: grass/trunk/lib/raster3d/test/test_put_get_value_large_file.c
===================================================================
--- grass/trunk/lib/raster3d/test/test_put_get_value_large_file.c	2012-09-23 00:42:25 UTC (rev 53269)
+++ grass/trunk/lib/raster3d/test/test_put_get_value_large_file.c	2012-09-23 20:11:17 UTC (rev 53270)
@@ -109,7 +109,7 @@
                 /* Add cols, rows and depths and put this in the map */
                 Rast3d_get_value(map, x, y, z, &value, DCELL_TYPE);
                 if(fabs(value - (double)(count) > EPSILON)) {
-                    /* printf("At: z %i y %i x %i -- value %.14lf != %.14lf\n", z, y, x, value, (double)(count)); */
+                    G_message("At: z %i y %i x %i -- value %.14lf != %.14lf\n", z, y, x, value, (double)(count));
 			sum++;
                 }
                 count++;



More information about the grass-commit mailing list