[MOAB-dev] r3653 - in MOAB/trunk/itaps: igeom imesh
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Wed Mar 17 16:40:37 CDT 2010
Author: kraftche
Date: 2010-03-17 16:40:37 -0500 (Wed, 17 Mar 2010)
New Revision: 3653
Modified:
MOAB/trunk/itaps/igeom/GeomTopoUtil.cpp
MOAB/trunk/itaps/imesh/iMeshP_MOAB.cpp
Log:
move MBTagConventions.hpp and MBParallelConventions.h back out of moab/ directory because they contain no namespace-d content
Modified: MOAB/trunk/itaps/igeom/GeomTopoUtil.cpp
===================================================================
--- MOAB/trunk/itaps/igeom/GeomTopoUtil.cpp 2010-03-17 21:40:18 UTC (rev 3652)
+++ MOAB/trunk/itaps/igeom/GeomTopoUtil.cpp 2010-03-17 21:40:37 UTC (rev 3653)
@@ -15,7 +15,7 @@
#include "GeomTopoUtil.hpp"
#include "moab/Range.hpp"
-#include "moab/MBTagConventions.hpp"
+#include "MBTagConventions.hpp"
#include "moab/Interface.hpp"
#include "moab/CN.hpp"
#include "Internals.hpp"
Modified: MOAB/trunk/itaps/imesh/iMeshP_MOAB.cpp
===================================================================
--- MOAB/trunk/itaps/imesh/iMeshP_MOAB.cpp 2010-03-17 21:40:18 UTC (rev 3652)
+++ MOAB/trunk/itaps/imesh/iMeshP_MOAB.cpp 2010-03-17 21:40:37 UTC (rev 3653)
@@ -6,7 +6,7 @@
#include "moab/MeshTopoUtil.hpp"
#include "FileOptions.hpp"
#include "moab/ParallelComm.hpp"
-#include "moab/MBParallelConventions.h"
+#include "MBParallelConventions.h"
#define IS_BUILDING_MB
#include "Internals.hpp"
More information about the moab-dev
mailing list