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

Comparing trunk/src/brains/SimInfo.cpp (file contents):
Revision 1782 by gezelter, Wed Aug 22 02:28:28 2012 UTC vs.
Revision 1793 by gezelter, Fri Aug 31 21:16:10 2012 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines