浏览代码

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 年之前
父节点
当前提交
43820fa28d
共有 1 个文件被更改,包括 1 次插入2 次删除
  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