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

Comparing trunk/OOPSE-4/src/integrators/Velocitizer.cpp (file contents):
Revision 2320 by chuckv, Thu Sep 22 00:04:56 2005 UTC vs.
Revision 2364 by tim, Thu Oct 13 22:26:47 2005 UTC

# Line 157 | Line 157 | namespace oopse {
157      
158      removeComDrift();
159      // Remove angular drift if we are not using periodic boundary conditions.
160 <    if(!simParams->getPBC()) removeAngularDrift();
160 >    if(!simParams->getUsePeriodicBoundaryConditions()) removeAngularDrift();
161      
162    }
163    
# Line 210 | Line 210 | namespace oopse {
210        */
211        
212        inertiaTensor =inertiaTensor.inverse();
213 +      /*
214         std::cerr << "Inertia Tensor after inverse is "
215                  << inertiaTensor <<  std::endl;
216 <      
216 >      */
217        omega = inertiaTensor*angularMomentum;
218        
219        SimInfo::MoleculeIterator i;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines