aboutsummaryrefslogtreecommitdiffstats
path: root/databases/grass/files/patch-src-raster-wildfire-src-r.ros-spot_dist.c
blob: 1ba8d7477e78b178eda01718807db7274c1258af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/raster/wildfire/src/r.ros/spot_dist.c.orig  Sun Jul 11 17:41:42 2004
+++ src/raster/wildfire/src/r.ros/spot_dist.c   Sun Jul 11 17:42:04 2004
@@ -119,7 +119,7 @@
 
        if (DATA(map_elev,row,col) > z) {
 #ifdef DEBUG
-printf ("\nA return: m%d U=%d(m/h) h0=%d(m) e0(%d,%d)=%d z=%d(m) e(%d,%d)=%d 
+printf ("\nA return: m%d U=%d(m/h) h0=%d(m) e0(%d,%d)=%d z=%d(m) e(%d,%d)=%d\ 
 s=%d(m)", (int)fuel, (int)U, (int)h0, row0,col0,DATA(map_elev,row0,col0), 
 (int)z, row,col,DATA(map_elev,row,col), S);
 #endif