[MOAB-dev] r1284 - in MOAB/branches: . range_map

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Tue Sep 25 11:45:14 CDT 2007


Author: kraftche
Date: 2007-09-25 11:45:14 -0500 (Tue, 25 Sep 2007)
New Revision: 1284

Added:
   MOAB/branches/range_map/
Modified:
   MOAB/branches/range_map/Makefile.am
Log:
Branch for RangeMap class and new file read utility using RangeMap

Copied: MOAB/branches/range_map (from rev 1283, MOAB/trunk)

Modified: MOAB/branches/range_map/Makefile.am
===================================================================
--- MOAB/trunk/Makefile.am	2007-09-25 15:30:46 UTC (rev 1283)
+++ MOAB/branches/range_map/Makefile.am	2007-09-25 16:45:14 UTC (rev 1284)
@@ -29,7 +29,8 @@
 
 check_PROGRAMS = $(TESTS) \
 		 kd_tree_tool \
-		 kd_tree_time
+		 kd_tree_time \
+		 range_map_test
          
 #noinst_PROGRAMS = scdseq_timing
 
@@ -119,6 +120,8 @@
   MBMatrix3.hpp \
   MBCore.cpp \
   MBFactory.cpp \
+  MBFileReadTool.hpp \
+  MBFileReadTool.hpp \
   MBGeomUtil.cpp \
   MBInternals.hpp \
   MBMem.hpp \
@@ -143,6 +146,7 @@
   MeshTopoUtil.cpp \
   PolyEntitySequence.cpp \
   PolyEntitySequence.hpp \
+  RangeMap.hpp \
   ReadGmsh.cpp \
   ReadGmsh.hpp \
   ReadParallel.hpp \
@@ -301,6 +305,8 @@
 file_options_test_SOURCES = FileOptions.cpp 
 file_options_test_CPPFLAGS = -DTEST
 
+range_map_test_sources = RangeMapTest.cpp RangeMap.hpp
+
 # Other files to clean up (e.g. output from tests)
 MOSTLYCLEANFILES = dumped_acis.sat
 




More information about the moab-dev mailing list