[MOAB-dev] r5821 - MOAB/trunk/tools/mbcoupler

vijaysm at mcs.anl.gov vijaysm at mcs.anl.gov
Mon Oct 22 17:14:39 CDT 2012


Author: vijaysm
Date: 2012-10-22 17:14:39 -0500 (Mon, 22 Oct 2012)
New Revision: 5821

Modified:
   MOAB/trunk/tools/mbcoupler/ElemUtil.hpp
Log:
Add the right include path to ElemUtil. TODO: Move the header files to the parent directory and update installation scripts to copy all those header files.

Modified: MOAB/trunk/tools/mbcoupler/ElemUtil.hpp
===================================================================
--- MOAB/trunk/tools/mbcoupler/ElemUtil.hpp	2012-10-22 21:10:58 UTC (rev 5820)
+++ MOAB/trunk/tools/mbcoupler/ElemUtil.hpp	2012-10-22 22:14:39 UTC (rev 5821)
@@ -7,12 +7,12 @@
 
 // to access data structures for spectral elements
 extern "C"{
-#include "types.h"
-#include "poly.h"
-#include "tensor.h"
-#include "findpt.h"
-#include "extrafindpt.h"
-#include "errmem.h"
+#include "point_locater/lotte/types.h"
+#include "point_locater/lotte/poly.h"
+#include "point_locater/lotte/tensor.h"
+#include "point_locater/lotte/findpt.h"
+#include "point_locater/lotte/extrafindpt.h"
+#include "point_locater/lotte/errmem.h"
 }
 
 namespace moab {



More information about the moab-dev mailing list