[MOAB-dev] commit/MOAB: iulian07: correct the endianness (again)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue May 28 22:42:34 CDT 2013


1 new commit in MOAB:

https://bitbucket.org/fathomteam/moab/commits/fa18bb31bf2d/
Changeset:   fa18bb31bf2d
Branch:      master
User:        iulian07
Date:        2013-05-29 05:38:39
Summary:     correct the endianness (again)

turn off the debug flag, and include config.h;
the previous test I did on BG/Q was set up wrong, so I thought everything was fine

Affected #:  1 file

diff --git a/src/io/Tqdcfr.cpp b/src/io/Tqdcfr.cpp
index 6d23b3e..833b15b 100644
--- a/src/io/Tqdcfr.cpp
+++ b/src/io/Tqdcfr.cpp
@@ -39,10 +39,13 @@
 #include <sstream>
 #include <assert.h>
 #include <string.h>
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 namespace moab {
 
-static bool debug = true;
+static bool debug = false;
 //const int ACIS_DIMS[] = {-1, 3, -1, 2, -1, -1, 1, 0, -1, -1};
 const char Tqdcfr::geom_categories[][CATEGORY_TAG_SIZE] = 
 {"Vertex\0", "Curve\0", "Surface\0", "Volume\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