ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/applications/simpleBuilder/MoLocator.cpp
(Generate patch)

Comparing branches/new_design/OOPSE-3.0/src/applications/simpleBuilder/MoLocator.cpp (file contents):
Revision 1825, Thu Oct 28 22:34:02 2004 UTC vs.
Revision 1826 by tim, Thu Dec 2 05:04:20 2004 UTC

# Line 19 | Line 19 | void MoLocator::placeMol( const Vector3d& offset, cons
19    double newCoor[3];
20    double curRefCoor[3];
21    double zeroVector[3];
22 <  vector<StuntDouble*> myIntegrableObjects;
22 >   std::vector<StuntDouble*> myIntegrableObjects;
23    double rotMat[3][3];
24    
25    zeroVector[0] = 0.0;
# Line 67 | Line 67 | void MoLocator::calcRefCoords( void ){
67    AtomStamp* currAtomStamp;
68    int nAtoms;
69    int nRigidBodies;
70 <  vector<double> mass;
70 >   std::vector<double> mass;
71    Vector3d coor;
72    Vector3d refMolCom;  
73    int nAtomsInRb;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines