[MOAB-dev] commit/MOAB: rajeeja: adding to Makefile.am

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Sep 18 13:33:01 CDT 2013


1 new commit in MOAB:

https://bitbucket.org/fathomteam/moab/commits/f83add49907e/
Changeset:   f83add49907e
Branch:      master
User:        rajeeja
Date:        2013-09-18 20:32:55
Summary:     adding to Makefile.am

Affected #:  2 files

diff --git a/test/Makefile.am b/test/Makefile.am
index e4d591f..467b2a2 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -48,6 +48,7 @@ TESTS = range_test \
 	coords_connect_iterate \
 	elem_eval_test \
 	spatial_locator_test \
+        mergemesh_test \
 	test_boundbox
 
 if HDF5_FILE
@@ -123,6 +124,7 @@ var_len_test_no_template_CPPFLAGS = -UTEMPLATE_SPECIALIZATION $(AM_CPPFLAGS) $(C
 
 tag_test_SOURCES = TestUtil.hpp TagTest.cpp
 spatial_locator_test_SOURCES = TestUtil.hpp spatial_locator_test.cpp
+mergemesh_test_SOURCES = mergemesh_test.cpp
 
 mbcn_test_SOURCES = $(top_srcdir)/src/moab/CN.hpp \
                     $(top_srcdir)/src/CN.cpp \

diff --git a/test/mergemesh_test.cpp b/test/mergemesh_test.cpp
index 5982453..708b567 100644
--- a/test/mergemesh_test.cpp
+++ b/test/mergemesh_test.cpp
@@ -16,7 +16,8 @@ int main( int argc, char* argv[] )
     Core moab_core;
     ErrorCode rval;
     Interface* iface = &moab_core;
-    std::cout << "loading mesh file " << (std::string) meshfile << std::endl;
+    // can be generalized to load user defined input/output file
+//    std::cout << "loading mesh file " << (std::string) meshfile << std::endl;
     rval = iface->load_mesh(meshfile);
     if (MB_SUCCESS != rval) {
         std::cerr << "Error reading file: " << meshfile << std::endl;

Repository URL: https://bitbucket.org/fathomteam/moab/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the moab-dev mailing list