[GRASS-SVN] r34867 - grass-addons/raster/r.viewshed
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Dec 14 07:42:49 EST 2008
Author: hamish
Date: 2008-12-14 07:42:49 -0500 (Sun, 14 Dec 2008)
New Revision: 34867
Modified:
grass-addons/raster/r.viewshed/print_message.cc
Log:
comment formatting
Modified: grass-addons/raster/r.viewshed/print_message.cc
===================================================================
--- grass-addons/raster/r.viewshed/print_message.cc 2008-12-14 12:39:17 UTC (rev 34866)
+++ grass-addons/raster/r.viewshed/print_message.cc 2008-12-14 12:42:49 UTC (rev 34867)
@@ -5,11 +5,11 @@
*
* AUTHOR(S): Laura Toma, Bowdoin College - ltoma at bowdoin.edu
* Yi Zhuang - yzhuang at bowdoin.edu
-
+ *
* Ported to GRASS by William Richard -
* wkrichar at bowdoin.edu or willster3021 at gmail.com
*
- * Date: july 2008
+ * Date: July 2008
*
* PURPOSE: To calculate the viewshed (the visible cells in the
* raster) for the given viewpoint (observer) location. The
@@ -52,7 +52,10 @@
#include "print_message.h"
-/*used to make printing messages following the GRASS standards cleaner and easier to read. Needs to be in seperate file so that both GRASS and non-GRASS modes can access it. */
+/* Used to make printing messages following the GRASS standards cleaner
+ * and easier to read. Needs to be in seperate file so that both GRASS
+ * and non-GRASS modes can access it.
+ */
void print_message(char *message)
{
assert(message);
More information about the grass-commit
mailing list