ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/applications/staticProps/RadialDistrFunc.cpp
(Generate patch)

Comparing trunk/OOPSE-3.0/src/applications/staticProps/RadialDistrFunc.cpp (file contents):
Revision 2032 by tim, Tue Feb 15 17:24:12 2005 UTC vs.
Revision 2035 by tim, Tue Feb 15 19:36:07 2005 UTC

# Line 85 | Line 85 | void RadialDistrFunc::process() {
85      
86      DumpReader reader(info_, dumpFilename_);    
87      int nFrames = reader.getNFrames();
88 <    nProcessed_ = nFrames / step_ + 1;
88 >    nProcessed_ = nFrames / step_;
89 >
90      for (int i = 0; i < nFrames; i += step_) {
91          reader.readFrame(i);
92          currentSnapshot_ = info_->getSnapshotManager()->getCurrentSnapshot();
# Line 131 | Line 132 | int RadialDistrFunc::getNRealPairs() {
132  
133   int RadialDistrFunc::getNRealPairs() {
134      if (evaluator1_.isDynamic() || evaluator2_.isDynamic()) {
135 <        //if one of the selection is static,  need to recompute it    
135 >        //if one of the selection is dynamic,  need to recompute it    
136  
137          int nSelected1 = seleMan1_.getSelectionCount();
138          int nSelected2 = seleMan2_.getSelectionCount();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines