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

Comparing branches/new_design/OOPSE-3.0/src/brains/MoleculeCreator.cpp (file contents):
Revision 1856 by tim, Fri Dec 3 20:30:07 2004 UTC vs.
Revision 1857 by tim, Mon Dec 6 20:15:02 2004 UTC

# Line 70 | Line 70 | Molecule* MoleculeCreator::createMolecule(ForceField*
70      //create bonds
71      Bond* bond;
72      BondStamp* currentBondStamp;
73 <    int nBonds = molStamp->getNBends();
73 >    int nBonds = molStamp->getNBonds();
74  
75      for (int i = 0; i < nBonds; ++i) {
76          currentBondStamp = molStamp->getBond(i);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines