[MOAB-dev] r4142 - MOAB/trunk/tools/mbcoupler
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Fri Sep 24 14:18:06 CDT 2010
Author: kraftche
Date: 2010-09-24 14:18:06 -0500 (Fri, 24 Sep 2010)
New Revision: 4142
Modified:
MOAB/trunk/tools/mbcoupler/Coupler.hpp
MOAB/trunk/tools/mbcoupler/Makefile.am
Log:
fix coupler build errors
Modified: MOAB/trunk/tools/mbcoupler/Coupler.hpp
===================================================================
--- MOAB/trunk/tools/mbcoupler/Coupler.hpp 2010-09-24 18:45:37 UTC (rev 4141)
+++ MOAB/trunk/tools/mbcoupler/Coupler.hpp 2010-09-24 19:18:06 UTC (rev 4142)
@@ -24,7 +24,7 @@
#ifndef COUPLER_HPP
#define COUPLER_HPP
-#include "itaps/iBase.h"
+#include "iBase.h"
#include "moab/Range.hpp"
#include "moab/Interface.hpp"
#include "moab/CartVect.hpp"
Modified: MOAB/trunk/tools/mbcoupler/Makefile.am
===================================================================
--- MOAB/trunk/tools/mbcoupler/Makefile.am 2010-09-24 18:45:37 UTC (rev 4141)
+++ MOAB/trunk/tools/mbcoupler/Makefile.am 2010-09-24 19:18:06 UTC (rev 4142)
@@ -3,7 +3,9 @@
-I$(top_srcdir)/src/parallel \
-I$(top_srcdir)/test \
-I$(top_srcdir)/itaps \
- -I$(top_srcdir)/itaps/imesh
+ -I$(top_srcdir)/itaps/imesh \
+ -I$(top_builddir)/itaps \
+ -I$(top_builddir)/itaps/imesh
lib_LTLIBRARIES = libmbcoupler.la
libmbcoupler_la_LIBADD = $(top_builddir)/src/libMOAB.la $(top_builddir)/itaps/imesh/libiMesh.la
More information about the moab-dev
mailing list