[MOAB-dev] r3667 - in MOAB/trunk/tools: mbcoupler mbzoltan

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Thu Mar 18 13:05:02 CDT 2010


Author: kraftche
Date: 2010-03-18 13:05:02 -0500 (Thu, 18 Mar 2010)
New Revision: 3667

Modified:
   MOAB/trunk/tools/mbcoupler/Coupler.cpp
   MOAB/trunk/tools/mbzoltan/MBZoltan.cpp
Log:
restore includes of moab/CN.hpp that I should not have removed

Modified: MOAB/trunk/tools/mbcoupler/Coupler.cpp
===================================================================
--- MOAB/trunk/tools/mbcoupler/Coupler.cpp	2010-03-18 18:04:42 UTC (rev 3666)
+++ MOAB/trunk/tools/mbcoupler/Coupler.cpp	2010-03-18 18:05:02 UTC (rev 3667)
@@ -3,6 +3,7 @@
 #include "moab/AdaptiveKDTree.hpp"
 #include "moab/GeomUtil.hpp"
 #include "ElemUtil.hpp"
+#include "moab/CN.hpp"
 #include "iostream"
 
 extern "C" 

Modified: MOAB/trunk/tools/mbzoltan/MBZoltan.cpp
===================================================================
--- MOAB/trunk/tools/mbzoltan/MBZoltan.cpp	2010-03-18 18:04:42 UTC (rev 3666)
+++ MOAB/trunk/tools/mbzoltan/MBZoltan.cpp	2010-03-18 18:05:02 UTC (rev 3667)
@@ -32,6 +32,7 @@
 #include "moab/MeshTopoUtil.hpp"
 #include "moab/ParallelComm.hpp"
 #include "MBTagConventions.hpp"
+#include "moab/CN.hpp"
 
 using namespace moab;
 



More information about the moab-dev mailing list