[GRASS-SVN] r51658 - grass-addons/grass6/raster/r.to.vect.lines

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 20 16:59:58 EDT 2012


Author: hamish
Date: 2012-05-20 13:59:57 -0700 (Sun, 20 May 2012)
New Revision: 51658

Modified:
   grass-addons/grass6/raster/r.to.vect.lines/r.to.vect.lines.py
Log:
typo

Modified: grass-addons/grass6/raster/r.to.vect.lines/r.to.vect.lines.py
===================================================================
--- grass-addons/grass6/raster/r.to.vect.lines/r.to.vect.lines.py	2012-05-20 20:48:08 UTC (rev 51657)
+++ grass-addons/grass6/raster/r.to.vect.lines/r.to.vect.lines.py	2012-05-20 20:59:57 UTC (rev 51658)
@@ -95,7 +95,7 @@
     elif data_type == FCELL_TYPE:
         ptype = POINTER(c_float)
         type_name = 'FCELL'
-    elif data_type == DCELL_TYPR:
+    elif data_type == DCELL_TYPE:
         ptype = POINTER(c_double)
         type_name = 'DCELL'
 



More information about the grass-commit mailing list