Parcourir la source

needs to be ported to ctypes

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43188 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman il y a 14 ans
Parent
commit
8f04d3bcfb
2 fichiers modifiés avec 10 ajouts et 0 suppressions
  1. 5 0
      doc/python/m.distance.py
  2. 5 0
      doc/python/vector_example_ctypes.py

+ 5 - 0
doc/python/m.distance.py

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

+ 5 - 0
doc/python/vector_example_ctypes.py

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