瀏覽代碼

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 年之前
父節點
當前提交
be4f8723f9
共有 4 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      imagery/Makefile
  2. 1 1
      imagery/i.eb.h_sebal01/Makefile
  3. 0 0
      imagery/i.eb.hsebal01/i.eb.h_sebal01.html
  4. 1 1
      imagery/i.eb.h_sebal01/main.c

+ 1 - 1
imagery/Makefile

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

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

@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ../..
 
-PGM = i.eb.h_sebal01
+PGM = i.eb.hsebal01
 
 LIBES = $(RASTERLIB) $(GISLIB) $(MATHLIB)
 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
  * PURPOSE:      Calculates sensible heat flux by SEBAL iteration
  *               Delta T will be reassessed in the iterations !