[GRASS-SVN] r51522 - grass-addons/grass7/vector/v.out.ply

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 24 10:52:33 EDT 2012


Author: neteler
Date: 2012-04-24 07:52:33 -0700 (Tue, 24 Apr 2012)
New Revision: 51522

Modified:
   grass-addons/grass7/vector/v.out.ply/header.c
Log:
cosmetics

Modified: grass-addons/grass7/vector/v.out.ply/header.c
===================================================================
--- grass-addons/grass7/vector/v.out.ply/header.c	2012-04-24 12:28:20 UTC (rev 51521)
+++ grass-addons/grass7/vector/v.out.ply/header.c	2012-04-24 14:52:33 UTC (rev 51522)
@@ -29,7 +29,7 @@
 
     fprintf(fp, "ply\n");
     fprintf(fp, "format ascii 1.0\n");
-    fprintf(fp, "comment GRASS generated\n");
+    fprintf(fp, "comment GRASS GIS generated\n");
     fprintf(fp, "element vertex %d\n", n_vertices);
     fprintf(fp, "property %s x\n", dbltype);
     fprintf(fp, "property %s y\n", dbltype);



More information about the grass-commit mailing list