[GRASS-SVN] r55939 - grass/trunk/doc/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Apr 21 21:42:58 PDT 2013
Author: hamish
Date: 2013-04-21 21:42:58 -0700 (Sun, 21 Apr 2013)
New Revision: 55939
Modified:
grass/trunk/doc/python/m.distance.py
Log:
NumPrt not needed any more (was used to pass memory pointers via SWIG)
Modified: grass/trunk/doc/python/m.distance.py
===================================================================
--- grass/trunk/doc/python/m.distance.py 2013-04-21 11:40:21 UTC (rev 55938)
+++ grass/trunk/doc/python/m.distance.py 2013-04-22 04:42:58 UTC (rev 55939)
@@ -11,7 +11,7 @@
# is measured along the geodesic.
# Demonstrates GRASS Python Ctypes interface
#
-# COPYRIGHT: (c) 2008, 2011 Hamish Bowman, and the GRASS Development Team
+# COPYRIGHT: (c) 2008-2011 Hamish Bowman, and the GRASS Development Team
#
# This program is free software under the GNU General
# Public License (>=v2). Read the file COPYING that
@@ -21,7 +21,6 @@
#
# Requires GRASS Python Ctypes interface
# Requires Numeric module (NumPy) from http://numpy.scipy.org/
-# Requires NumPrt module from http://geosci.uchicago.edu/csc/numptr/
#
#%module
More information about the grass-commit
mailing list