[GRASS-SVN] r52752 - grass/branches/develbranch_6/vector/v.out.pov

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 20 02:25:34 PDT 2012


Author: neteler
Date: 2012-08-20 02:25:32 -0700 (Mon, 20 Aug 2012)
New Revision: 52752

Modified:
   grass/branches/develbranch_6/vector/v.out.pov/main.c
Log:
empty answers removed

Modified: grass/branches/develbranch_6/vector/v.out.pov/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.out.pov/main.c	2012-08-20 09:24:33 UTC (rev 52751)
+++ grass/branches/develbranch_6/vector/v.out.pov/main.c	2012-08-20 09:25:32 UTC (rev 52752)
@@ -1,12 +1,12 @@
 /* ***************************************************************
  * *
- * * MODULE:       v.out.render
+ * * MODULE:       v.out.pov
  * * 
  * * AUTHOR(S):    Radim Blazek
  * *               
  * * PURPOSE:      Export vector to renderers' format (PovRay)
  * *               
- * * COPYRIGHT:    (C) 2001 by the GRASS Development Team
+ * * COPYRIGHT:    (C) 2001-2012 by the GRASS Development Team
  * *
  * *               This program is free software under the 
  * *               GNU General Public License (>=v2). 
@@ -68,7 +68,6 @@
     zmod_opt->key = "zmod";
     zmod_opt->type = TYPE_STRING;
     zmod_opt->required = NO;
-    zmod_opt->answer = "";
     zmod_opt->description =
 	"Modifier for z coordinates, this string is appended to each z coordinate.\n"
 	"\t\tExamples: '*10', '+1000', '*10+100', '*exaggeration'";
@@ -77,7 +76,6 @@
     objmod_opt->key = "objmod";
     objmod_opt->type = TYPE_STRING;
     objmod_opt->required = NO;
-    objmod_opt->answer = "";
     objmod_opt->description =
 	"Object modifier (OBJECT_MODIFIER in POV-Ray documentation).\n"
 	"\t\tExample: \"pigment { color red 0 green 1 blue 0 }\"";



More information about the grass-commit mailing list