[GRASS-SVN] r66462 - grass/trunk/include/defs

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Oct 10 08:13:34 PDT 2015


Author: wenzeslaus
Date: 2015-10-10 08:13:34 -0700 (Sat, 10 Oct 2015)
New Revision: 66462

Modified:
   grass/trunk/include/defs/vector.h
Log:
vlib: add missing declaration for 2D point in box, fixes r66459 (r66460 broke compilation)

Modified: grass/trunk/include/defs/vector.h
===================================================================
--- grass/trunk/include/defs/vector.h	2015-10-10 14:02:38 UTC (rev 66461)
+++ grass/trunk/include/defs/vector.h	2015-10-10 15:13:34 UTC (rev 66462)
@@ -134,6 +134,7 @@
 
 /* Bounding box (MBR) */
 int Vect_point_in_box(double, double, double, const struct bound_box *);
+int Vect_point_in_box_2d(double, double, const struct bound_box *);
 int Vect_box_overlap(const struct bound_box *, const struct bound_box *);
 int Vect_box_copy(struct bound_box *, const struct bound_box *);
 int Vect_box_extend(struct bound_box *, const struct bound_box *);



More information about the grass-commit mailing list