[GRASS-SVN] r60420 - in grass/trunk/raster: r.topidx r.topmodel

svn_grass at osgeo.org svn_grass at osgeo.org
Thu May 22 11:31:20 PDT 2014


Author: hcho
Date: 2014-05-22 11:31:20 -0700 (Thu, 22 May 2014)
New Revision: 60420

Modified:
   grass/trunk/raster/r.topidx/main.c
   grass/trunk/raster/r.topmodel/main.c
Log:
r.topidx,r.topmodel: updated the header block

Modified: grass/trunk/raster/r.topidx/main.c
===================================================================
--- grass/trunk/raster/r.topidx/main.c	2014-05-22 18:21:41 UTC (rev 60419)
+++ grass/trunk/raster/r.topidx/main.c	2014-05-22 18:31:20 UTC (rev 60420)
@@ -3,13 +3,12 @@
  *
  * MODULE:       r.topidx
  *
- * AUTHOR(S):    Keith Beven <k.beven lancaster.ac.uk>,
- *               Huidae Cho <grass4u gmail.com>, Hydro Laboratory,
+ * AUTHOR(S):    Huidae Cho <grass4u gmail.com>, Hydro Laboratory,
  *               Kyungpook National University
+ *               Based on GRIDATB.FOR by Keith Beven <k.beven lancaster.ac.uk>
  *
  * PURPOSE:      Creates a topographic index raster map from an elevation
  *               raster map.
- *               Based on GRIDATB.FOR.
  *
  * COPYRIGHT:    (C) 2000-2014 by the GRASS Development Team
  *

Modified: grass/trunk/raster/r.topmodel/main.c
===================================================================
--- grass/trunk/raster/r.topmodel/main.c	2014-05-22 18:21:41 UTC (rev 60419)
+++ grass/trunk/raster/r.topmodel/main.c	2014-05-22 18:31:20 UTC (rev 60420)
@@ -1,18 +1,21 @@
-/*
- * r.topmodel: simulates TOPMODEL based on TMOD9502.FOR.
+
+/****************************************************************************
  *
- * TMOD9502.FOR Author: Keith Beven <k.beven at lancaster.ac.uk>
- *                      http://www.es.lancs.ac.uk/hfdg/topmodel.html
+ * MODULE:       r.topmodel
  *
- *      Copyright (C) 2000, 2010, 2013-2014 by the GRASS Development Team
- *      Author: Huidae Cho <grass4u gmail.com>
- *              Hydro Laboratory, Kyungpook National University
- *              South Korea
+ * AUTHOR(S):    Huidae Cho <grass4u gmail.com>, Hydro Laboratory,
+ *               Kyungpook National University
+ *               Based on TMOD9502.FOR by Keith Beven <k.beven lancaster.ac.uk>
  *
- *      This program is free software under the GPL (>=v2)
- *      Read the file COPYING coming with GRASS for details.
+ * PURPOSE:      Simulates TOPMODEL.
  *
- */
+ * COPYRIGHT:    (C) 2000-2014 by the GRASS Development Team
+ *
+ *               This program is free software under the GNU General Public
+ *               License (>=v2). Read the file COPYING that comes with GRASS
+ *               for details.
+ *
+ *****************************************************************************/
 
 #define _MAIN_C_
 #include <stdio.h>



More information about the grass-commit mailing list