<p dir="ltr">That's fine. No need to revert now since this is a specific use case. </p>
<p dir="ltr">Vijay</p>
<div class="gmail_quote">On Jul 3, 2014 1:34 PM, "Grindeanu, Iulian R." <<a href="mailto:iulian@mcs.anl.gov">iulian@mcs.anl.gov</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
it is not affecting anything except when configured with vtk<br>
Should I leave it like that or not?<br>
<br>
Iulian<br>
________________________________________<br>
From: <a href="mailto:moab-dev-bounces@mcs.anl.gov">moab-dev-bounces@mcs.anl.gov</a> [<a href="mailto:moab-dev-bounces@mcs.anl.gov">moab-dev-bounces@mcs.anl.gov</a>] on behalf of Grindeanu, Iulian R. [<a href="mailto:iulian@mcs.anl.gov">iulian@mcs.anl.gov</a>]<br>

Sent: Thursday, July 03, 2014 12:29 PM<br>
To: <a href="mailto:moab-dev@mcs.anl.gov">moab-dev@mcs.anl.gov</a><br>
Subject: Re: [MOAB-dev] commit/MOAB: iulian07: fix for build with vtk 6.1<br>
<br>
I should have not pushed this one.<br>
<br>
How do I get it back?<br>
<br>
Iulian<br>
<br>
________________________________________<br>
From: <a href="mailto:moab-dev-bounces@mcs.anl.gov">moab-dev-bounces@mcs.anl.gov</a> [<a href="mailto:moab-dev-bounces@mcs.anl.gov">moab-dev-bounces@mcs.anl.gov</a>] on behalf of <a href="mailto:commits-noreply@bitbucket.org">commits-noreply@bitbucket.org</a> [<a href="mailto:commits-noreply@bitbucket.org">commits-noreply@bitbucket.org</a>]<br>

Sent: Thursday, July 03, 2014 12:25 PM<br>
To: <a href="mailto:moab-dev@mcs.anl.gov">moab-dev@mcs.anl.gov</a><br>
Subject: [MOAB-dev] commit/MOAB: iulian07: fix for build with vtk 6.1<br>
<br>
1 new commit in MOAB:<br>
<br>
<a href="https://bitbucket.org/fathomteam/moab/commits/303a25e5d3ce/" target="_blank">https://bitbucket.org/fathomteam/moab/commits/303a25e5d3ce/</a><br>
Changeset:   303a25e5d3ce<br>
Branch:      master<br>
User:        iulian07<br>
Date:        2014-07-03 19:22:59<br>
Summary:     fix for build with vtk 6.1<br>
<br>
so moab configured --with-vtk=/homes/fathom/3rdparty/VTK/6.1.0/gnu and<br>
--with-vtk-lib-suffix="-6.1" compiles fine<br>
<br>
Affected #:  1 file<br>
<br>
diff --git a/<a href="http://configure.ac" target="_blank">configure.ac</a> b/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
index 5de30e3..890f70d 100644<br>
--- a/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
+++ b/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
@@ -851,7 +851,7 @@ if test "xno" != "x$WITH_VTK" -a "x" != "x$WITH_VTK"; then<br>
     x?*)<br>
       VTK_LIB_DIR=<br>
       VTK_INC_DIR=<br>
-      for dir in ${WITH_VTK}/include/vtk ${WITH_VTK}/include ${WITH_VTK}/include/paraview* ${WITH_VTK}/VTK ${WITH_VTK}; do<br>
+      for dir in ${WITH_VTK}/include/vtk* ${WITH_VTK}/include ${WITH_VTK}/include/paraview* ${WITH_VTK}/VTK ${WITH_VTK}; do<br>
         if test "x" = "x$VTK_INC_DIR"; then<br>
           AC_CHECK_FILE([${dir}/vtkUnstructuredGrid.h],[VTK_INC_DIR="-I$dir"])<br>
         fi<br>
<br>
Repository URL: <a href="https://bitbucket.org/fathomteam/moab/" target="_blank">https://bitbucket.org/fathomteam/moab/</a><br>
<br>
--<br>
<br>
This is a commit notification from <a href="http://bitbucket.org" target="_blank">bitbucket.org</a>. You are receiving<br>
this because you have the service enabled, addressing the recipient of<br>
this email.<br>
</blockquote></div>