[GRASS-SVN] r43188 - grass/trunk/doc/python

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Aug 21 22:56:17 EDT 2010


Author: hamish
Date: 2010-08-22 02:56:17 +0000 (Sun, 22 Aug 2010)
New Revision: 43188

Modified:
   grass/trunk/doc/python/m.distance.py
   grass/trunk/doc/python/vector_example_ctypes.py
Log:
needs to be ported to ctypes

Modified: grass/trunk/doc/python/m.distance.py
===================================================================
--- grass/trunk/doc/python/m.distance.py	2010-08-22 02:54:42 UTC (rev 43187)
+++ grass/trunk/doc/python/m.distance.py	2010-08-22 02:56:17 UTC (rev 43188)
@@ -23,6 +23,11 @@
 # Requires NumPrt module from  http://geosci.uchicago.edu/csc/numptr/
 #
 
+"""
+     ****  FIXME: needs to be ported from SWIG to Ctypes!  ****
+"""
+
+
 #%Module
 #%  label: Finds the distance between two or more points.
 #%  description: If the projection is latitude-longitude, this distance is measured along the geodesic.

Modified: grass/trunk/doc/python/vector_example_ctypes.py
===================================================================
--- grass/trunk/doc/python/vector_example_ctypes.py	2010-08-22 02:54:42 UTC (rev 43187)
+++ grass/trunk/doc/python/vector_example_ctypes.py	2010-08-22 02:56:17 UTC (rev 43188)
@@ -7,6 +7,11 @@
 # or:
 #   sys.path.append("/usr/local/grass-7.0.svn/etc/python")
 
+"""
+     ****  FIXME: needs to be ported from SWIG to Ctypes!  ****
+"""
+
+
 import os, sys
 from grass.lib import grass
 from grass.lib import vector as grassvect



More information about the grass-commit mailing list