View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013084ParaView(No Category)public2012-04-12 16:112016-08-12 09:59
ReporterLeo Liu 
Assigned ToGeorge Zagaris 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0013084: AMR Enzo Reader does not work with save /load state
Description- Open VTKData/Data/AMR/Enzo/DD0010/moving7_0010.hierarchy
- Check x-velocity, y-velocity and z-velocity and click Apply
- Save state
- Disconnect and Load state again.

Notice that no data gets loaded. After hitting apply, still no data.
TagsNo tags attached.
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0028540)
George Zagaris (developer)
2012-04-29 19:13

This happens b/c SetFileName() is called after the SetCellArrayStatus sequence. SetFileName initializes all the arrays to be disabled and hence no data is loaded. There are two approaches to fix this:

(1) Remove the initialization from SetFileName that disables all the arrays. This is probably the easiest way to fix it, but, it will mean that by default all data will be loaded.

(2) Change the call sequence, s.t., SetFileName() is called first and all other properties later.
(0038186)
Kitware Robot (administrator)
2016-08-12 09:59

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2012-04-12 16:11 Leo Liu New Issue
2012-04-12 16:11 Leo Liu Assigned To => George Zagaris
2012-04-29 19:13 George Zagaris Note Added: 0028540
2016-08-12 09:59 Kitware Robot Note Added: 0038186
2016-08-12 09:59 Kitware Robot Status backlog => closed
2016-08-12 09:59 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team