Hi,

I've noticed a bug when using the windbladereader; the portion of the code that 
reads the blade file is one timestep behind the code that reads the field.  For 
instance, if one is at timestep i, the field data will correspond with timestep 
"i" but the blade data will correspond with the last timestep chosen.  When a 
data set is opened initially both the blade and field items are set to the 
initial timestep.  After one starts changing the timestep, the bug makes an 
appearance. 

In the code, the blade and field specify their timesteps (individually) based 
on the bladeInfo and fieldInfo objects, respectively.  These info objects are 
related to the outputVector of requestInformation -- I wonder if this is some 
kind of pipeline issue?

Thanks,
Sohail
_______________________________________________
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to