[GRASS-SVN] r51659 - grass/branches/develbranch_6/doc/python

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 20 17:00:44 EDT 2012


Author: hamish
Date: 2012-05-20 14:00:43 -0700 (Sun, 20 May 2012)
New Revision: 51659

Modified:
   grass/branches/develbranch_6/doc/python/raster_example_ctypes.py
Log:
typo

Modified: grass/branches/develbranch_6/doc/python/raster_example_ctypes.py
===================================================================
--- grass/branches/develbranch_6/doc/python/raster_example_ctypes.py	2012-05-20 20:59:57 UTC (rev 51658)
+++ grass/branches/develbranch_6/doc/python/raster_example_ctypes.py	2012-05-20 21:00:43 UTC (rev 51659)
@@ -47,7 +47,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