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

Comparing trunk/OOPSE-3.0/src/applications/dynamicProps/TimeCorrFunc.cpp (file contents):
Revision 2035 by tim, Tue Feb 15 19:36:07 2005 UTC vs.
Revision 2037 by tim, Wed Feb 16 19:36:30 2005 UTC

# Line 75 | Line 75 | TimeCorrFunc::TimeCorrFunc(SimInfo* info, const std::s
75              storageLayout_ |= DataStorage::dslAngularMomentum;        
76          }
77      }
78 +    if(nRigidBodies > 0 && storageLayout_ & DataStorage::dslVelocity) {
79 +        storageLayout_ |= DataStorage::dslAngularMomentum;
80 +    }
81          
82      bsMan_ = new BlockSnapshotManager(info, dumpFilename_, storageLayout_);
83      info_->setSnapshotManager(bsMan_);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines