[GRASS-SVN] r62476 - grass-addons/grass7/vector/v.nnstat

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 29 04:21:07 PDT 2014


Author: neteler
Date: 2014-10-29 04:21:07 -0700 (Wed, 29 Oct 2014)
New Revision: 62476

Modified:
   grass-addons/grass7/vector/v.nnstat/Makefile
   grass-addons/grass7/vector/v.nnstat/mbb.h
Log:
v.nnstat: fix open comment; Makefile

Modified: grass-addons/grass7/vector/v.nnstat/Makefile
===================================================================
--- grass-addons/grass7/vector/v.nnstat/Makefile	2014-10-29 11:00:12 UTC (rev 62475)
+++ grass-addons/grass7/vector/v.nnstat/Makefile	2014-10-29 11:21:07 UTC (rev 62476)
@@ -2,7 +2,7 @@
 
 PGM = v.nnstat
 
-LIBES = $(VECTORLIB) $(DBMILIB) $(GISLIB) $(GMATHLIB) $(IOSTREAMLIB) $(MATHLIB) -lpcl_apps -lpcl_common -lpcl_features -lpcl_filters -lpcl_io -lpcl_kdtree -lpcl_keypoints -lpcl_octree -lpcl_registration -lpcl_sample_consensus -lpcl_search -lpcl_segmentation -lpcl_surface -lpcl_visualization
+LIBES = $(VECTORLIB) $(DBMILIB) $(GISLIB) $(GMATHLIB) $(IOSTREAMLIB) $(MATHLIB) -lpcl_common -lpcl_features -lpcl_filters -lpcl_io -lpcl_kdtree -lpcl_keypoints -lpcl_octree -lpcl_registration -lpcl_sample_consensus -lpcl_search -lpcl_segmentation -lpcl_surface -lpcl_visualization
 DEPENDENCIES= $(VECTORDEP) $(DBMIDEP) $(GISDEP) $(IOSTREAMDEP)
 EXTRA_INC = $(VECT_INC) -I/usr/include/pcl-1.7 -I/usr/include/eigen3 $(PCL_INCLUDE_DIRS)
 EXTRA_CFLAGS = $(VECT_CFLAGS)

Modified: grass-addons/grass7/vector/v.nnstat/mbb.h
===================================================================
--- grass-addons/grass7/vector/v.nnstat/mbb.h	2014-10-29 11:00:12 UTC (rev 62475)
+++ grass-addons/grass7/vector/v.nnstat/mbb.h	2014-10-29 11:21:07 UTC (rev 62476)
@@ -7,6 +7,7 @@
 /* Define Boolean type - not necessary in C++*/
 /*typedef enum
   { BFALSE, BTRUE } bool;
+*/
 
 /* Define vertex indices. */
 #define X   0



More information about the grass-commit mailing list