[GRASS-dev] Re: [GRASS GIS] #520: r.terraflow/iostream does not respect STREAM_DIR option

GRASS GIS trac at osgeo.org
Wed Apr 8 10:36:37 EDT 2009


#520: r.terraflow/iostream does not respect STREAM_DIR option
---------------------+------------------------------------------------------
  Reporter:  mmetz   |       Owner:  grass-dev at lists.osgeo.org
      Type:  defect  |      Status:  new                      
  Priority:  major   |   Milestone:  6.4.0                    
 Component:  Raster  |     Version:  svn-develbranch6         
Resolution:          |    Keywords:                           
  Platform:  All     |         Cpu:  All                      
---------------------+------------------------------------------------------
Comment (by neteler):

 Interestingly, when I change
 {{{
 @@ -128,6 +128,6 @@
    /* temporary STREAM path */
    struct Option *streamdir;
    streamdir = G_define_option() ;
 -  streamdir->key        = "STREAM_DIR";
 +  streamdir->key        = "stream_dir";
    streamdir->type       = TYPE_STRING;
 }}}

 it works!

 Question: change to lowercase which breaks the user interface (but
 uppercase fails)?

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/520#comment:8>
GRASS GIS <http://grass.osgeo.org>


More information about the grass-dev mailing list