<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: times new roman,new york,times,serif; font-size: 12pt; color: #000000'>It is not compiling now. do you plan to change more things?<br>Do you need these headers in the installation?<br>Makefile.am would need to be updated too here, in tools/mbcoupler<br><hr id="zwchr"><blockquote style="border-left:2px solid rgb(16, 16, 255);margin-left:5px;padding-left:5px;">Author: vijaysm<br>Date: 2012-10-22 17:14:39 -0500 (Mon, 22 Oct 2012)<br>New Revision: 5821<br><br>Modified:<br>   MOAB/trunk/tools/mbcoupler/ElemUtil.hpp<br>Log:<br>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.<br><br>Modified: MOAB/trunk/tools/mbcoupler/ElemUtil.hpp<br>===================================================================<br>--- MOAB/trunk/tools/mbcoupler/ElemUtil.hpp        2012-10-22 21:10:58 UTC (rev 5820)<br>+++ MOAB/trunk/tools/mbcoupler/ElemUtil.hpp        2012-10-22 22:14:39 UTC (rev 5821)<br>@@ -7,12 +7,12 @@<br> <br> // to access data structures for spectral elements<br> extern "C"{<br>-#include "types.h"<br>-#include "poly.h"<br>-#include "tensor.h"<br>-#include "findpt.h"<br>-#include "extrafindpt.h"<br>-#include "errmem.h"<br>+#include "point_locater/lotte/types.h"<br>+#include "point_locater/lotte/poly.h"<br>+#include "point_locater/lotte/tensor.h"<br>+#include "point_locater/lotte/findpt.h"<br>+#include "point_locater/lotte/extrafindpt.h"<br>+#include "point_locater/lotte/errmem.h"<br> }<br> <br> namespace moab {<br><br></blockquote><br></div></body></html>