[MOAB-dev] r3583 - in MOAB/trunk/src: . io
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Wed Mar 10 13:50:55 CST 2010
Author: kraftche
Date: 2010-03-10 13:50:55 -0600 (Wed, 10 Mar 2010)
New Revision: 3583
Modified:
MOAB/trunk/src/Makefile.am
MOAB/trunk/src/io/Makefile.am
Log:
alphabetize source files for easier comparison to CMakeLists.txt files
Modified: MOAB/trunk/src/Makefile.am
===================================================================
--- MOAB/trunk/src/Makefile.am 2010-03-10 19:50:12 UTC (rev 3582)
+++ MOAB/trunk/src/Makefile.am 2010-03-10 19:50:55 UTC (rev 3583)
@@ -34,6 +34,7 @@
AEntityFactory.hpp \
BitTagServer.cpp \
BitTagServer.hpp \
+ BSPTreePoly.cpp \
DualTool.cpp \
ElementSequence.hpp \
EntitySequence.cpp \
@@ -64,7 +65,6 @@
MBOrientedBox.cpp \
MBOrientedBox.hpp \
MBOrientedBoxTreeTool.cpp \
- BSPTreePoly.cpp \
MBRange.cpp \
MBRangeSeqIntersectIter.cpp \
MBRangeSeqIntersectIter.hpp \
Modified: MOAB/trunk/src/io/Makefile.am
===================================================================
--- MOAB/trunk/src/io/Makefile.am 2010-03-10 19:50:12 UTC (rev 3582)
+++ MOAB/trunk/src/io/Makefile.am 2010-03-10 19:50:55 UTC (rev 3583)
@@ -53,28 +53,28 @@
FileTokenizer.hpp \
GmshUtil.cpp \
GmshUtil.hpp \
+ ReadABAQUS.cpp \
+ ReadABAQUS.hpp \
ReadGmsh.cpp \
ReadGmsh.hpp \
+ ReadIDEAS.cpp \
+ ReadIDEAS.hpp \
+ ReadMCNP5.cpp \
+ ReadMCNP5.hpp \
+ ReadNASTRAN.cpp \
+ ReadNASTRAN.hpp \
+ ReadSmf.hpp \
+ ReadSmf.cpp \
ReadSms.hpp \
ReadSms.cpp \
ReadSTL.cpp \
ReadSTL.hpp \
+ ReadTetGen.cpp \
+ ReadTetGen.hpp \
ReadVtk.cpp \
ReadVtk.hpp \
- ReadSmf.hpp \
- ReadSmf.cpp \
SMF_State.cpp \
SMF_State.hpp \
- ReadIDEAS.cpp \
- ReadIDEAS.hpp \
- ReadMCNP5.cpp \
- ReadMCNP5.hpp \
- ReadNASTRAN.cpp \
- ReadNASTRAN.hpp \
- ReadABAQUS.cpp \
- ReadABAQUS.hpp \
- ReadTetGen.cpp \
- ReadTetGen.hpp \
Tqdcfr.cpp \
Tqdcfr.hpp \
VtkUtil.cpp \
@@ -87,12 +87,12 @@
WriteGmsh.hpp \
WriteSTL.cpp \
WriteSTL.hpp \
+ WriteSmf.cpp \
+ WriteSmf.hpp \
WriteTemplate.cpp \
WriteTemplate.hpp \
WriteVtk.cpp \
WriteVtk.hpp \
- WriteSmf.cpp \
- WriteSmf.hpp \
$(MOAB_NETCDF_SRCS) \
$(MOAB_HDF5_SRCS) \
$(MOAB_CCMIO_SRCS) \
More information about the moab-dev
mailing list