[GRASS-SVN] r55941 - grass/branches/releasebranch_6_4/doc/python

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 21 21:45:52 PDT 2013


Author: hamish
Date: 2013-04-21 21:45:52 -0700 (Sun, 21 Apr 2013)
New Revision: 55941

Modified:
   grass/branches/releasebranch_6_4/doc/python/m.distance.py
Log:
NumPrt not needed any more (was used to pass memory pointers via SWIG). merge from trunk

Modified: grass/branches/releasebranch_6_4/doc/python/m.distance.py
===================================================================
--- grass/branches/releasebranch_6_4/doc/python/m.distance.py	2013-04-22 04:45:45 UTC (rev 55940)
+++ grass/branches/releasebranch_6_4/doc/python/m.distance.py	2013-04-22 04:45:52 UTC (rev 55941)
@@ -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