Browse Source

Naming convention for modules now respected (would bug pyGRASS)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60936 15284696-431f-4ddb-bdfa-cd5b030d7da7
Yann Chemin 11 years ago
parent
commit
be4f8723f9

+ 1 - 1
imagery/Makefile

@@ -9,7 +9,7 @@ SUBDIRS = \
 	i.cluster \
 	i.cluster \
 	i.eb.evapfr \
 	i.eb.evapfr \
 	i.eb.eta \
 	i.eb.eta \
-	i.eb.h_sebal01 \
+	i.eb.hsebal01 \
 	i.eb.netrad \
 	i.eb.netrad \
 	i.eb.soilheatflux \
 	i.eb.soilheatflux \
 	i.evapo.mh \
 	i.evapo.mh \

+ 1 - 1
imagery/i.eb.h_sebal01/Makefile

@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ../..
 MODULE_TOPDIR = ../..
 
 
-PGM = i.eb.h_sebal01
+PGM = i.eb.hsebal01
 
 
 LIBES = $(RASTERLIB) $(GISLIB) $(MATHLIB)
 LIBES = $(RASTERLIB) $(GISLIB) $(MATHLIB)
 DEPENDENCIES = $(RASTERDEP) $(GISDEP)
 DEPENDENCIES = $(RASTERDEP) $(GISDEP)

imagery/i.eb.h_sebal01/i.eb.h_sebal01.html → imagery/i.eb.hsebal01/i.eb.h_sebal01.html


+ 1 - 1
imagery/i.eb.h_sebal01/main.c

@@ -1,7 +1,7 @@
 
 
 /****************************************************************************
 /****************************************************************************
  *
  *
- * MODULE:       i.eb.h_SEBAL01
+ * MODULE:       i.eb.hSEBAL01
  * AUTHOR(S):    Yann Chemin - yann.chemin@gmail.com
  * AUTHOR(S):    Yann Chemin - yann.chemin@gmail.com
  * PURPOSE:      Calculates sensible heat flux by SEBAL iteration
  * PURPOSE:      Calculates sensible heat flux by SEBAL iteration
  *               Delta T will be reassessed in the iterations !
  *               Delta T will be reassessed in the iterations !