ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/brains/SimInfo.cpp
(Generate patch)

Comparing branches/new_design/OOPSE-3.0/src/brains/SimInfo.cpp (file contents):
Revision 1883 by tim, Mon Dec 13 22:30:27 2004 UTC vs.
Revision 1886 by tim, Wed Dec 15 16:13:35 2004 UTC

# Line 460 | Line 460 | void SimInfo::setupSimType() {
460      int useDirectionalAtom = 0;    
461      int useElectrostatics = 0;
462      //usePBC and useRF are from simParams
463 <    bool usePBC = simParams_->getPBC();
464 <    bool useRF = simParams_->getUseRF();
463 >    int usePBC = simParams_->getPBC();
464 >    int useRF = simParams_->getUseRF();
465  
466      //loop over all of the atom types
467      for (i = atomTypes.begin(); i != atomTypes.end(); ++i) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines