[GRASS-SVN] r41611 - grass-addons/raster/r.fuzzy.system

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 29 08:24:11 EDT 2010


Author: jarekj71
Date: 2010-03-29 08:24:10 -0400 (Mon, 29 Mar 2010)
New Revision: 41611

Modified:
   grass-addons/raster/r.fuzzy.system/main.c
Log:
lack of description in main.c

Modified: grass-addons/raster/r.fuzzy.system/main.c
===================================================================
--- grass-addons/raster/r.fuzzy.system/main.c	2010-03-29 11:52:44 UTC (rev 41610)
+++ grass-addons/raster/r.fuzzy.system/main.c	2010-03-29 12:24:10 UTC (rev 41611)
@@ -1,7 +1,16 @@
-/*
- * 
- * 
- */
+/* ***************************************************************************
+ *
+ * MODULE:       r.fuzzy.system
+ * AUTHOR(S):    Jarek Jasiewicz <jarekj amu.edu.pl>
+ * PURPOSE:      Full fuzzy logic standalone classification system with few fuzzy logic families 
+ * 							 implication and defuzzification and methods.
+ * COPYRIGHT:    (C) 1999-2010 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
 #include "local_proto.h"



More information about the grass-commit mailing list