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 1550 by gezelter, Wed Apr 27 21:49:59 2011 UTC vs.
Revision 1553 by gezelter, Fri Apr 29 17:25:12 2011 UTC

# Line 770 | Line 770 | namespace OpenMD {
770      temp = usesElectrostatic;
771      MPI_Allreduce(&temp, &usesElectrostaticAtoms_, 1, MPI_INT, MPI_LOR, MPI_COMM_WORLD);
772   #endif
773    fInfo_.SIM_uses_PBC = usesPeriodicBoundaries_;    
774    fInfo_.SIM_uses_DirectionalAtoms = usesDirectionalAtoms_;
775    fInfo_.SIM_uses_MetallicAtoms = usesMetallicAtoms_;
776    fInfo_.SIM_requires_SkipCorrection = usesElectrostaticAtoms_;
777    fInfo_.SIM_requires_SelfCorrection = usesElectrostaticAtoms_;
778    fInfo_.SIM_uses_AtomicVirial = usesAtomicVirial_;
773    }
774  
775  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines