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

Comparing branches/new_design/OOPSE-2.0/src/brains/SimInfo.cpp (file contents):
Revision 1887 by tim, Wed Dec 15 16:44:14 2004 UTC vs.
Revision 1895 by tim, Thu Dec 16 19:20:49 2004 UTC

# Line 389 | Line 389 | void SimInfo::addMoleculeStamp(MoleculeStamp* molStamp
389      int curStampId;
390  
391      //index from 0
392 <    curStampId = molStampIds_.size();
392 >    curStampId = moleculeStamps_.size();
393  
394      moleculeStamps_.push_back(molStamp);
395      molStampIds_.insert(molStampIds_.end(), nmol, curStampId);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines