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

Comparing trunk/OOPSE-4/src/applications/staticProps/RadialDistrFunc.cpp (file contents):
Revision 1990 by tim, Wed Feb 9 17:08:22 2005 UTC vs.
Revision 1991 by tim, Wed Feb 9 18:12:47 2005 UTC

# Line 68 | Line 68 | void RadialDistrFunc::process() {
68      
69      DumpReader reader(info_, dumpFilename_);    
70      int nFrames = reader->getNFrames();
71 <
71 >    nProcessed_ = nFrames / step_ + 1;
72      for (int i = 0; i < nFrames; i += step_) {
73          reader->readFrame(i);
74          currentSnapshot_ = info_->getSnapshotManager()->getCurrentSnapshot();
# Line 99 | Line 99 | void RadialDistrFunc::process() {
99  
100      postProcess();
101  
102 <    
102 >    writeRdf();
103   }
104  
105   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines