<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jun 28, 2016 at 3:06 PM, David Lonie <span dir="ltr"><<a href="mailto:david.lonie@kitware.com" target="_blank">david.lonie@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="">On Sat, Jun 25, 2016 at 1:02 PM, Eugene de Villiers <span dir="ltr"><<a href="mailto:e.devilliers@engys.com" target="_blank">e.devilliers@engys.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Hi Takuya, David,<br>
<br>
That would be perfect. What kind of timeline are we looking at to see this in a release version?<br></blockquote><div><br></div></span><div>It's difficult to say for sure. It might be out in the next patch release, but it might have to wait for the next major/minor release. The openFOAM reader is a complicated bit of code, I'm still investigating the best way to go about implementing this. I'll update this thread once I know more.</div></div></div></div></blockquote><div><br></div><div>Good news -- I found an easy fix. Instead of failing outright when</div><div><br></div><div>(scalar (scalar scalar)) </div><div><br></div><div>is found because the internal data structures can't handle nested lists following scalar data, I patched the reader to simply read the nested list, discard it, print a warning, and continue reading the file.</div><div><br></div><div>You'll still see a warning pop up in paraview, but the file should still read successfully as long as the unsupported list does not appear in a field used for visualization.</div><div><br></div><div>The patch is here: <a href="https://gitlab.kitware.com/vtk/vtk/merge_requests/1598">https://gitlab.kitware.com/vtk/vtk/merge_requests/1598</a></div><div><br></div><div>If this is agreeable to everyone, we'll get it merged and incorporated into a future release.</div><div><br></div><div>Dave</div></div></div></div>