ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/brains/SimInfo.cpp
(Generate patch)

Comparing branches/development/src/brains/SimInfo.cpp (file contents):
Revision 1824 by gezelter, Thu Sep 13 14:10:11 2012 UTC vs.
Revision 1825 by gezelter, Wed Jan 9 19:27:52 2013 UTC

# Line 879 | Line 879 | namespace OpenMD {
879  
880  
881    void SimInfo::prepareTopology() {
882    int nExclude, nOneTwo, nOneThree, nOneFour;
882  
883      //calculate mass ratio of cutoff group
884      SimInfo::MoleculeIterator mi;
# Line 927 | Line 926 | namespace OpenMD {
926      }    
927      
928      //scan topology
930
931    nExclude = excludedInteractions_.getSize();
932    nOneTwo = oneTwoInteractions_.getSize();
933    nOneThree = oneThreeInteractions_.getSize();
934    nOneFour = oneFourInteractions_.getSize();
929  
930      int* excludeList = excludedInteractions_.getPairList();
931      int* oneTwoList = oneTwoInteractions_.getPairList();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines