[MOAB-dev] commit/MOAB: tautges: Changing mesh file default name.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sat Jul 27 14:36:21 CDT 2013


1 new commit in MOAB:

https://bitbucket.org/fathomteam/moab/commits/06ab6db8aaec/
Changeset:   06ab6db8aaec
Branch:      master
User:        tautges
Date:        2013-07-27 21:36:15
Summary:     Changing mesh file default name.

Affected #:  1 file

diff --git a/examples/SetsNTags.cpp b/examples/SetsNTags.cpp
index 83d7ace..e2071c1 100644
--- a/examples/SetsNTags.cpp
+++ b/examples/SetsNTags.cpp
@@ -20,7 +20,7 @@ using namespace std;
 #define MESH_DIR "."
 #endif
 
-string test_file_name = string(MESH_DIR) + string("/125hex.g");
+string test_file_name = string(MESH_DIR) + string("/1hex.g");
 
 // tag names for these conventional tags come from MBTagConventions.hpp
 const char *tag_nms[] = {MATERIAL_SET_TAG_NAME, DIRICHLET_SET_TAG_NAME, NEUMANN_SET_TAG_NAME};

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