[MOAB-dev] r5819 - in MOAB/trunk: . examples/moabuse
milad at mcs.anl.gov
milad at mcs.anl.gov
Mon Oct 22 14:50:27 CDT 2012
Author: milad
Date: 2012-10-22 14:50:27 -0500 (Mon, 22 Oct 2012)
New Revision: 5819
Added:
MOAB/trunk/examples/moabuse/README.moabuse.in
MOAB/trunk/examples/moabuse/mberr.hpp.in
MOAB/trunk/examples/moabuse/moabuse1.cpp.in
MOAB/trunk/examples/moabuse/moabuse2.cpp.in
MOAB/trunk/examples/moabuse/moabuse3.cpp.in
MOAB/trunk/examples/moabuse/moabuse4.cpp.in
Removed:
MOAB/trunk/examples/moabuse/README.moabuse
MOAB/trunk/examples/moabuse/mberr.hpp
MOAB/trunk/examples/moabuse/moabuse1.cpp
MOAB/trunk/examples/moabuse/moabuse2.cpp
MOAB/trunk/examples/moabuse/moabuse3.cpp
MOAB/trunk/examples/moabuse/moabuse4.cpp
Modified:
MOAB/trunk/configure.ac
Log:
Renamed all of the files in the moabuse example so that they end in
".in". This prevents a configure error encountered by several people
when doing installing in the source directory.
Modified: MOAB/trunk/configure.ac
===================================================================
--- MOAB/trunk/configure.ac 2012-10-22 15:38:48 UTC (rev 5818)
+++ MOAB/trunk/configure.ac 2012-10-22 19:50:27 UTC (rev 5819)
@@ -1188,12 +1188,12 @@
examples/simple/makefile
examples/itaps/Makefile
examples/moabuse/Makefile
- examples/moabuse/README.moabuse:examples/moabuse/README.moabuse
- examples/moabuse/mberr.hpp:examples/moabuse/mberr.hpp
- examples/moabuse/moabuse1.cpp:examples/moabuse/moabuse1.cpp
- examples/moabuse/moabuse2.cpp:examples/moabuse/moabuse2.cpp
- examples/moabuse/moabuse3.cpp:examples/moabuse/moabuse3.cpp
- examples/moabuse/moabuse4.cpp:examples/moabuse/moabuse4.cpp
+ examples/moabuse/README.moabuse
+ examples/moabuse/mberr.hpp
+ examples/moabuse/moabuse1.cpp
+ examples/moabuse/moabuse2.cpp
+ examples/moabuse/moabuse3.cpp
+ examples/moabuse/moabuse4.cpp
MeshFiles/Makefile
MeshFiles/unittest/Makefile
MeshFiles/unittest/io/Makefile
Deleted: MOAB/trunk/examples/moabuse/README.moabuse
===================================================================
--- MOAB/trunk/examples/moabuse/README.moabuse 2012-10-22 15:38:48 UTC (rev 5818)
+++ MOAB/trunk/examples/moabuse/README.moabuse 2012-10-22 19:50:27 UTC (rev 5819)
@@ -1,19 +0,0 @@
-====================
-The moabuse tutorial
-====================
-
-The source files in this directory define a set of examples that
-constitute the moabuse tutorial. This tutorial is meant to demonstrate
-the functionality of the MOAB library beginning with very simple
-examples. If you are new to MOAB, start with the first one
-(moabuse1.cpp) then work your way through. READ THE COMMENTS. Later
-examples assume you have looked at previous ones.
-
-Each source file in the tutorial should be compiled as a separate
-program and linked to MOAB. Each example includes the "mberr.hpp"
-header file as well.
-
-There should be a Makefile in the examples/moabuse directory. Just
-type "make" to build all of the examples or "make moabuseN" to build
-example N.
-
Copied: MOAB/trunk/examples/moabuse/README.moabuse.in (from rev 5809, MOAB/trunk/examples/moabuse/README.moabuse)
===================================================================
More information about the moab-dev
mailing list