[GRASS-SVN] r32260 - grass/trunk/raster/r.terraflow
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jul 24 11:01:40 EDT 2008
Author: glynn
Date: 2008-07-24 11:01:40 -0400 (Thu, 24 Jul 2008)
New Revision: 32260
Modified:
grass/trunk/raster/r.terraflow/main.cc
Log:
Rename STREAM_DIR= -> stream_dir=
Modified: grass/trunk/raster/r.terraflow/main.cc
===================================================================
--- grass/trunk/raster/r.terraflow/main.cc 2008-07-24 14:46:09 UTC (rev 32259)
+++ grass/trunk/raster/r.terraflow/main.cc 2008-07-24 15:01:40 UTC (rev 32260)
@@ -14,7 +14,6 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
- * TODO before GRASS 7 released: change param 'STREAM_DIR' -> 'stream_dir'
*****************************************************************************/
#include <stdio.h>
@@ -128,7 +127,7 @@
/* temporary STREAM path */
struct Option *streamdir;
streamdir = G_define_option() ;
- streamdir->key = "STREAM_DIR";
+ streamdir->key = "stream_dir";
streamdir->type = TYPE_STRING;
streamdir->required = NO;
streamdir->answer = G_store("/var/tmp");
More information about the grass-commit
mailing list