[GRASS-SVN] r48667 - grass/trunk/raster/r.regression.line
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Oct 7 05:19:24 EDT 2011
Author: mmetz
Date: 2011-10-07 02:19:23 -0700 (Fri, 07 Oct 2011)
New Revision: 48667
Modified:
grass/trunk/raster/r.regression.line/main.c
Log:
add standard header section
Modified: grass/trunk/raster/r.regression.line/main.c
===================================================================
--- grass/trunk/raster/r.regression.line/main.c 2011-10-07 07:29:32 UTC (rev 48666)
+++ grass/trunk/raster/r.regression.line/main.c 2011-10-07 09:19:23 UTC (rev 48667)
@@ -1,18 +1,21 @@
-/*
- * r.regression
+
+/****************************************************************************
*
- * Calculates linear regression from two raster maps: y = a + b*x
- * Copyright (C) 2010 by the GRASS Development Team
- * Author(s): original author Dr. Agustin Lobo
- * Markus Metz (conversion to C for speed)
+ * MODULE: r.regression.line
+ *
+ * AUTHOR(S): Dr. Agustin Lobo
+ * Markus Metz (conversion to C for speed)
+ *
+ * PURPOSE: Calculates linear regression from two raster maps:
+ * y = a + b*x
+ *
+ * COPYRIGHT: (C) 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.
+ * This program is free software under the GNU General Public
+ * License (>=v2). Read the file COPYING that comes with GRASS
+ * for details.
*
- * This program is a replacement for the r.regression.line script
- * (the C version is up to 200x faster than the script version)
- */
+ *****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
More information about the grass-commit
mailing list