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 1544 by gezelter, Fri Mar 18 19:31:52 2011 UTC vs.
Revision 1547 by gezelter, Mon Apr 11 18:44:16 2011 UTC

# Line 853 | Line 853 | namespace OpenMD {
853      int* oneThreeList = oneThreeInteractions_.getPairList();
854      int* oneFourList = oneFourInteractions_.getPairList();
855  
856 <    setFortranSim( &fInfo_, &nGlobalAtoms_, &nAtoms_, &identArray[0],
856 >    setFortranSim( &fInfo_, &nGlobalAtoms_, &nAtoms_, &identArray_[0],
857                     &nExclude, excludeList,
858                     &nOneTwo, oneTwoList,
859                     &nOneThree, oneThreeList,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines