[GRASS-dev] Wingrass (v7 SVN nightly built) GUI: menulist "sensible heat flux" is not linking properly

Markus Neteler neteler at osgeo.org
Tue May 10 08:23:30 EDT 2011


On Tue, May 10, 2011 at 11:05 AM, Chemin, Yann (IWMI)
<Y.Chemin at cgiar.org> wrote:
> In Win GRASS 7 SVN (downloaded exe file today):
>
> imagery->evapotranspiration calculation->sensible heat flux
>
> is not linking properly to i.eb.h_sebal01.exe (available module through CLI)

The name was given in upper case.

--- gui/wxpython/xml/menudata.xml       (revision 46202)
+++ gui/wxpython/xml/menudata.xml       (working copy)
@@ -2795,7 +2795,7 @@
              <help>Computes sensible heat flux iteration SEBAL 01.</help>
              <keywords>imagery,evaporative fraction,soil
moisture,energy balance,SEBAL</keywords>
              <handler>OnMenuCmd</handler>
-             <command>i.eb.h_SEBAL01</command>
+             <command>i.eb.h_sebal01</command>
            </menuitem>
            <separator />
            <menuitem>


I have fixed it in SVN.

Markus


More information about the grass-dev mailing list