<div dir="ltr"><div>Hi Thomas,<br><br></div><div>My recommendation would be to skip Catalyst's Fortran API and play around with the Catalyst pipelines manually. Then you can add and remove the pipelines yourself and you should be able to get rid of the warning. <br></div><div><br></div>Alternatively, you should be able to get rid of the warning if you go through and create the vtkCPProcessor object yourself instead of going through the Fortran API. <br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 19, 2017 at 1:20 PM, Ben Boeckel <span dir="ltr"><<a href="mailto:ben.boeckel@kitware.com" target="_blank">ben.boeckel@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, Apr 19, 2017 at 18:41:54 +0200, <a href="mailto:thomasblome@startmail.com">thomasblome@startmail.com</a> wrote:<br>
> But I guess one can savely ignore this warning?!<br>
<br>
</span>Looking at the code, it is just a warning. It looks like the list of<br>
timesteps is not cleared internally (there is no method exposed to do<br>
this either). It can be ignored only if the TIME_RANGE output can be<br>
ignored: that is generated by getting the first time step and the last<br>
time step. It should work if the start time step for all of your runs<br>
starts at the same value though.<br>
<br>
--Ben<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=Paraview-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>Paraview-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/paraview-<wbr>developers</a><br>
</blockquote></div><br></div>