[MOAB-dev] r5674 - in MOAB/trunk/src: . moab/point_locater
rhl6856 at mcs.anl.gov
rhl6856 at mcs.anl.gov
Fri Aug 3 14:18:36 CDT 2012
Author: rhl6856
Date: 2012-08-03 14:18:36 -0500 (Fri, 03 Aug 2012)
New Revision: 5674
Removed:
MOAB/trunk/src/moab/point_locater/Version.h
MOAB/trunk/src/moab/point_locater/errmem.h
MOAB/trunk/src/moab/point_locater/extrafindpt.h
MOAB/trunk/src/moab/point_locater/findpt.h
MOAB/trunk/src/moab/point_locater/poly.h
MOAB/trunk/src/moab/point_locater/tensor.h
MOAB/trunk/src/moab/point_locater/types.h
Modified:
MOAB/trunk/src/Makefile.am
Log:
make distcheck fails. extra findpt not necessary
Modified: MOAB/trunk/src/Makefile.am
===================================================================
--- MOAB/trunk/src/Makefile.am 2012-08-03 18:37:29 UTC (rev 5673)
+++ MOAB/trunk/src/Makefile.am 2012-08-03 19:18:36 UTC (rev 5674)
@@ -151,6 +151,16 @@
moab/Forward.hpp \
moab/GeomUtil.hpp \
moab/Interface.hpp \
+ moab/EigenDecomp.hpp \
+ moab/point_locater/common_tree.hpp \
+ moab/point_locater/initialize_tree.hpp \
+ moab/point_locater/element_utility.hpp \
+ moab/point_locater/element_tree.hpp \
+ moab/point_locater/bvh_tree.hpp \
+ moab/point_locater/io.hpp \
+ moab/point_locater/linear_hex_map.hpp \
+ moab/point_locater/linear_tet_map.hpp \
+ moab/point_locater/point_locater.hpp \
moab/Matrix3.hpp \
moab/MergeMesh.hpp \
moab/MeshTopoUtil.hpp \
Deleted: MOAB/trunk/src/moab/point_locater/Version.h
===================================================================
--- MOAB/trunk/src/moab/point_locater/Version.h 2012-08-03 18:37:29 UTC (rev 5673)
+++ MOAB/trunk/src/moab/point_locater/Version.h 2012-08-03 19:18:36 UTC (rev 5674)
@@ -1,20 +0,0 @@
-/* src/moab/Version.h. Generated from Version.h.in by configure. */
-#ifndef MB_VERSION_H
-#define MB_VERSION_H
-
-/* MOAB Version */
-#define MB_VERSION "4.6.0pre"
-
-/* MOAB Major Version */
-#define MB_VERSION_MAJOR 4
-
-/* MOAB Minor Version */
-#define MB_VERSION_MINOR 6
-
-/* MOAB Patch Level */
-#define MB_VERSION_PATCH 0pre
-
-/* MOAB Version String */
-#define MB_VERSION_STRING "MOAB 4.6.0pre"
-
-#endif
Deleted: MOAB/trunk/src/moab/point_locater/errmem.h
===================================================================
--- MOAB/trunk/src/moab/point_locater/errmem.h 2012-08-03 18:37:29 UTC (rev 5673)
More information about the moab-dev
mailing list