Jelajahi Sumber

NumPrt not needed any more (was used to pass memory pointers via SWIG)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55939 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 12 tahun lalu
induk
melakukan
43820fa28d
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  1. 1 2
      doc/python/m.distance.py

+ 1 - 2
doc/python/m.distance.py

@@ -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