[MOAB-dev] r5725 - in MOAB/trunk/src: . lotte moab/point_locater/lotte

rhl6856 at mcs.anl.gov rhl6856 at mcs.anl.gov
Thu Aug 30 18:34:50 CDT 2012


Author: rhl6856
Date: 2012-08-30 18:34:50 -0500 (Thu, 30 Aug 2012)
New Revision: 5725

Modified:
   MOAB/trunk/src/Makefile.am
   MOAB/trunk/src/lotte/findpt.c
   MOAB/trunk/src/lotte/poly.c
   MOAB/trunk/src/lotte/tensor.c
   MOAB/trunk/src/moab/point_locater/lotte/extrafindpt.h
Log:
fixed the distcheck

Modified: MOAB/trunk/src/Makefile.am
===================================================================
--- MOAB/trunk/src/Makefile.am	2012-08-30 22:48:21 UTC (rev 5724)
+++ MOAB/trunk/src/Makefile.am	2012-08-30 23:34:50 UTC (rev 5725)
@@ -22,7 +22,7 @@
                -I$(srcdir)/io \
                -I$(srcdir)/io/mhdf/include \
                -I$(srcdir)/parallel \
-	       -I$(srcdir)/moab/point_locator/lotte
+	       -I$(srcdir)/moab/point_locater/lotte
 
 # The directory in which to install headers
 libMOAB_la_includedir = $(includedir)
@@ -75,10 +75,16 @@
   OrientedBox.cpp \
   OrientedBox.hpp \
   OrientedBoxTreeTool.cpp \
+  moab/point_locater/lotte/minmax.h \ 
+  moab/point_locater/lotte/extrafindpt.h \ 
   lotte/poly.c \
+  moab/point_locater/lotte/poly.h \
   lotte/findpt.c \
+  moab/point_locater/lotte/findpt.h \
   lotte/errmem.c \
+  moab/point_locater/lotte/errmem.h \
   lotte/tensor.c \
+  moab/point_locater/lotte/tensor.h \
   PolyElementSeq.cpp \
   PolyElementSeq.hpp \
   ProgOptions.cpp \

Modified: MOAB/trunk/src/lotte/findpt.c
===================================================================
--- MOAB/trunk/src/lotte/findpt.c	2012-08-30 22:48:21 UTC (rev 5724)
+++ MOAB/trunk/src/lotte/findpt.c	2012-08-30 23:34:50 UTC (rev 5725)
@@ -5,12 +5,12 @@
 #include <float.h>
 #include <string.h>  /* for memcpy */
 
-#include "moab/point_locater/lotte/errmem.h"
-#include "moab/point_locater/lotte/types.h"
-#include "moab/point_locater/lotte/minmax.h"
-#include "moab/point_locater/lotte/poly.h"
-#include "moab/point_locater/lotte/tensor.h"
-#include "moab/point_locater/lotte/extrafindpt.h"
+#include "errmem.h"
+#include "types.h"
+#include "minmax.h"
+#include "poly.h"
+#include "tensor.h"
+#include "extrafindpt.h"


More information about the moab-dev mailing list