ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/SimInfo.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/SimInfo.cpp (file contents):
Revision 1201 by tim, Thu May 27 15:31:36 2004 UTC vs.
Revision 1203 by gezelter, Thu May 27 18:59:17 2004 UTC

# Line 445 | Line 445 | void SimInfo::refreshSim(){
445    excl = excludes->getFortranArray();
446    
447   #ifdef IS_MPI
448 <  n_global = mpiSim->getTotAtoms();
448 >  n_global = mpiSim->getNAtomsGlobal();
449   #else
450    n_global = n_atoms;
451   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines