I’m using v5.4.1 with PLOT3d type structured data.  I noticed that the divide 
cell data by volume box doesn’t do what I want it to.  I don’t know if this  
constitutes a bug   but I made the following change:

DivideDataArraysByConstant(output->GetCellData(), true, this->Sum);

To

DivideDataArraysByConstant(output->GetPointData(), true, this->Sum);

That does what I want it too.  In my case there is only 1 cell which is volume. 
 The data is in the point field. It works for me.

Tim
_______________________________________________
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:
https://public.kitware.com/mailman/listinfo/paraview

Reply via email to