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

Comparing trunk/src/brains/SimInfo.cpp (file contents):
Revision 1290 by cli2, Wed Sep 10 19:51:45 2008 UTC vs.
Revision 1313 by gezelter, Wed Oct 22 20:01:49 2008 UTC

# Line 763 | Line 763 | namespace oopse {
763      useRF = 0;
764      useSF = 0;
765      useSP = 0;
766 +    useBoxDipole = 0;
767  
768  
769      if (simParams_->haveElectrostaticSummationMethod()) {
# Line 949 | Line 950 | namespace oopse {
950      nOneTwo = oneTwoInteractions_.getSize();
951      nOneThree = oneThreeInteractions_.getSize();
952      nOneFour = oneFourInteractions_.getSize();
952
953    std::cerr << "excludedInteractions contains: " << excludedInteractions_.getSize() << " pairs \n";
954    std::cerr << "oneTwoInteractions contains: " << oneTwoInteractions_.getSize() << " pairs \n";
955    std::cerr << "oneThreeInteractions contains: " << oneThreeInteractions_.getSize() << " pairs \n";
956    std::cerr << "oneFourInteractions contains: " << oneFourInteractions_.getSize() << " pairs \n";
953  
954      int* excludeList = excludedInteractions_.getPairList();
955      int* oneTwoList = oneTwoInteractions_.getPairList();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines