After reading a dataset into ParaView, is it possible to change the time step values? I'm reading in data in two different formats. I've got the same time steps in both readers (they correspond to the same iteration of the same simulation), but due to differences in precision, ParaView thinks they're different times. For example, one reader parses time as a float and has a time step of 0.10000000149011 while the other parses time as a double and shows 0.100000000000000. Is there a way for me to change one of these after reading so ParaView thinks they're the same?
Thanks, Eric
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
