[GRASS-SVN] r67491 - grass-addons/grass7/raster/r.damflood

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 5 17:44:26 PST 2016


Author: wenzeslaus
Date: 2016-01-05 17:44:26 -0800 (Tue, 05 Jan 2016)
New Revision: 67491

Modified:
   grass-addons/grass7/raster/r.damflood/main.c
Log:
r.damflood: remove unnecessary declaration of strcat (compile error on Mac OS X, #2598)

Modified: grass-addons/grass7/raster/r.damflood/main.c
===================================================================
--- grass-addons/grass7/raster/r.damflood/main.c	2016-01-05 21:27:32 UTC (rev 67490)
+++ grass-addons/grass7/raster/r.damflood/main.c	2016-01-06 01:44:26 UTC (rev 67491)
@@ -216,11 +216,7 @@
   int pippo;
   int temp_i;
   double temp_d, v_tot;
-  
-  
-  
-  
-  char* strcat(char* s, const char* ct);
+
   int m=1, M=1;
   int i, i_cont;
   double vel_0=0.0, vel_max=0.0, t;



More information about the grass-commit mailing list