[MOAB-dev] commit/MOAB: rajeeja: temp fix

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Sep 18 14:14:09 CDT 2013


1 new commit in MOAB:

https://bitbucket.org/fathomteam/moab/commits/15a73d017f7e/
Changeset:   15a73d017f7e
Branch:      master
User:        rajeeja
Date:        2013-09-18 21:14:04
Summary:     temp fix

Affected #:  1 file

diff --git a/test/mergemesh_test.cpp b/test/mergemesh_test.cpp
index 708b567..0b382e6 100644
--- a/test/mergemesh_test.cpp
+++ b/test/mergemesh_test.cpp
@@ -37,11 +37,12 @@ int main( int argc, char* argv[] )
         exit(2);
     }
 
-    const char *outfile = "mm_out.h5m";
-    rval = iface->write_mesh( outfile);
-    if (MB_SUCCESS != rval) {
-        std::cerr << "Error saving file: " << outfile << std::endl;
-        exit(2);
-    }
+    // Fixed for now
+//    const char *outfile = "mm_out.h5m";
+//    rval = iface->write_mesh( outfile);
+//    if (MB_SUCCESS != rval) {
+//        std::cerr << "Error saving file: " << outfile << std::endl;
+//        exit(2);
+//    }
     return 0;
 }

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