View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0006786ParaView(No Category)public2008-04-10 04:122008-07-07 19:07
ReporterJean M. Favre 
Assigned ToPat Marion 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0006786: Compartative views last frame is not set at the last timestep value
DescriptionBecause of an incorrect computation of the time increment to use in generating the multi-views in comparative viewing, the last frame does not coincide with the last timestep value.

A suggested change is to edit on line 565 of ./Servers/ServerManager/vtkSMComparativeViewProxy.cxx

changing the computation of the increment from

 double increment = (this->TimeRange[1] - this->TimeRange[0])/
   (this->Dimensions[0]*this->Dimensions[1]);

to

 double increment = (this->TimeRange[1] - this->TimeRange[0])/
   (this->Dimensions[0]*this->Dimensions[1] - 1.0);
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0012644)
Alan Scott (manager)
2008-07-07 19:07

Tested client/server with can, split window. Works.

 Issue History
Date Modified Username Field Change
2008-04-10 04:12 Jean M. Favre New Issue
2008-04-10 11:24 Berk Geveci Assigned To => Utkarsh Ayachit
2008-04-10 11:24 Berk Geveci Status backlog => tabled
2008-05-08 14:12 Berk Geveci Category 3.4 => 3.6
2008-07-02 12:57 Berk Geveci Assigned To Utkarsh Ayachit => Pat Marion
2008-07-02 12:57 Berk Geveci Category 3.6 => Development
2008-07-03 12:13 Pat Marion Status tabled => @80@
2008-07-03 12:13 Pat Marion Resolution open => fixed
2008-07-07 19:07 Alan Scott Status @80@ => closed
2008-07-07 19:07 Alan Scott Note Added: 0012644
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team