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 1993 by tim, Thu Feb 10 14:15:52 2005 UTC

# Line 59 | Line 59 | RadialDistrFunc::        RadialDistrFunc(SimInfo* info
59              seleMan2_.setSelectionSet(evaluator2_->evaluate());
60      }
61  
62 <    delta_ = len_ /nbins_;
62 >    deltaR_ = len_ /nbins_;
63   }
64  
65   void RadialDistrFunc::process() {
# 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