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 1841 by tim, Fri Dec 3 17:59:45 2004 UTC vs.
Revision 1842 by tim, Fri Dec 3 20:30:07 2004 UTC

# Line 108 | Line 108 | SimInfo::SimInfo(std::vector<std::pair<MoleculeStamp*,
108      //the total number of atoms minus number of atoms belong to  rigid body defined in meta-data
109      //file plus the number of  rigid bodies defined in meta-data file
110      nGlobalIntegrableObjects_ = nGlobalAtoms_ - nRigidAtoms + nGlobalRigidBodies_;
111
112    //initialize globalGroupMembership_, every element of this array will be 0
113    globalGroupMembership_.insert(globalGroupMembership_.end(), nGlobalAtoms_, 0);
111  
112      nGlobalMols_ = molStampIds_.size();
113  
# Line 826 | Line 823 | std::ostream& operator <<(std::ostream& o, SimInfo& in
823   }
824  
825   }//end namespace oopse
826 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines