View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002652ParaView(No Category)public2005-12-19 10:022009-12-09 14:51
ReporterKen Moreland 
Assigned ToAmy Squillacote 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0002652: SNL: Range of thrid component wrong.
DescriptionIf you have some data with a 3-tuple array, then click on the Information tab to look at information about the Data Arrays, you will see that the range for the third component of the tuple is incorrect.

Attached is a simple pvs file that demonstrates the bug. Look at the arrays of the calculator.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files? file icon DataRangeBug.pvs [^] (18,394 bytes) 1969-12-31 19:00

 Relationships

  Notes
(0003450)
Ken Moreland (manager)
2005-12-19 10:14

Correction: I only see this in client/server mode. Run the example with a 2-node server.
(0003648)
Berk Geveci (administrator)
2006-01-31 11:25

This would take about 2 days.
(0005409)
Amy Squillacote (reporter)
2006-10-16 11:02

This was only showing up in client/server mode because the problem was in copying array information (vtkPVArrayInformation) from a client server stream. The final component of a multi-component array was not being copied; we were not accounting for the fact that the magnitude of a multi-component array is also stored in array information (as the 0th component). This has now been corrected.

/cvsroot/ParaView/ParaView/Servers/Common/vtkPVArrayInformation.cxx,v <-- vtkPVArrayInformation.cxx
new revision: 1.6; previous revision: 1.5

 Issue History
Date Modified Username Field Change
2009-12-09 14:51 Berk Geveci Project @3@ => ParaView
2011-06-16 13:09 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team