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

Comparing branches/new_design/OOPSE-3.0/src/brains/SimInfo.cpp (file contents):
Revision 1843 by tim, Fri Dec 3 21:30:30 2004 UTC vs.
Revision 1854 by tim, Sun Dec 5 22:02:42 2004 UTC

# Line 602 | Line 602 | void SimInfo::setupFortranSim() {
602      //molMembershipArray is filled by SimCreator    
603      std::vector<int> molMembershipArray(nGlobalAtoms_);
604      for (int i = 0; i < nGlobalAtoms_; i++) {
605 <        molMembershipArray.push_back(globalMolMembership_[i] + 1);
605 >        molMembershipArray[i] = globalMolMembership_[i] + 1;
606      }
607      
608      //setup fortran simulation

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines