[GRASS-dev] [GRASS GIS] #1836: r.reclass.eq reports r.reclass rules file missing

GRASS GIS trac at osgeo.org
Sun Dec 16 13:25:54 PST 2012


#1836: r.reclass.eq reports r.reclass rules file missing
---------------------+------------------------------------------------------
 Reporter:  cwren    |       Owner:  grass-dev@…              
     Type:  defect   |      Status:  new                      
 Priority:  normal   |   Milestone:  7.0.0                    
Component:  Default  |     Version:  svn-trunk                
 Keywords:           |    Platform:  MSWindows 7              
      Cpu:  x86-64   |  
---------------------+------------------------------------------------------

Comment(by neteler):

 {{{
 grep G_popen_write */*.c
 r.mode/main.c:    reclass = G_popen_write(&reclass_child, "r.reclass",
 args);
 r.rescale.eq/main.c:    fp = G_popen_write(&child, "r.reclass", args);
 r.rescale/main.c:    fp = G_popen_write(&child, "r.reclass", args);
 r.statistics/run_cmd.c:    fp = G_popen_write(child, argv[0], argv);
 }}}

 The usage of argv and args of G_popen_write() is not the same, desired?

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



More information about the grass-dev mailing list