Ver código fonte

also write cmd line into history

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35080 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 16 anos atrás
pai
commit
58a00767b2
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      raster/r.sun2/main.c

+ 1 - 0
raster/r.sun2/main.c

@@ -2098,6 +2098,7 @@ void calculate(double singleSlope, double singleAspect, double singleAlbedo,
 	    " -----------------------------------------------------------------");
     hist.edlinecnt++;
 
+    G_command_history(&hist);
     /* don't call G_write_history() until after G_close_cell() or it just gets overwritten */
 
 }				/* End of ) function */