[GRASS-SVN] r37569 -
	grass/branches/releasebranch_6_4/raster/simwe/r.sim.water
    svn_grass at osgeo.org 
    svn_grass at osgeo.org
       
    Thu May 28 07:26:29 EDT 2009
    
    
  
Author: hamish
Date: 2009-05-28 07:26:29 -0400 (Thu, 28 May 2009)
New Revision: 37569
Modified:
   grass/branches/releasebranch_6_4/raster/simwe/r.sim.water/main.c
Log:
add some debug msgs (merge from devbr6)
Modified: grass/branches/releasebranch_6_4/raster/simwe/r.sim.water/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/simwe/r.sim.water/main.c	2009-05-28 11:26:12 UTC (rev 37568)
+++ grass/branches/releasebranch_6_4/raster/simwe/r.sim.water/main.c	2009-05-28 11:26:29 UTC (rev 37569)
@@ -481,6 +481,7 @@
 
 
     /* memory allocation for output grids */
+    G_debug(2, "beginning memory allocation for output grids");
 
     gama = (double **)G_malloc(sizeof(double *) * (my));
     for (l = 0; l < my; l++) {
@@ -515,6 +516,7 @@
        bitmask = BM_create (cols, rows);
        IL_create_bitmask (¶ms, bitmask);
      */
+    G_debug(2, "seeding randoms");
     seeds(rand1, rand2);
     grad_check();
     main_loop();
    
    
More information about the grass-commit
mailing list