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

Comparing trunk/OOPSE/libmdtools/EAM_FF.cpp (file contents):
Revision 941 by gezelter, Tue Jan 13 23:01:43 2004 UTC vs.
Revision 952 by tim, Fri Jan 16 21:55:39 2004 UTC

# Line 267 | Line 267 | void EAM_FF::calcRcut( void ){
267  
268   void EAM_FF::calcRcut( void ){
269    
270 <  #ifdef IS_MPI
270 > #ifdef IS_MPI
271    double tempEamRcut = eamRcut;
272    MPI_Allreduce( &tempEamRcut, &eamRcut, 1, MPI_DOUBLE, MPI_MAX,
273                   MPI_COMM_WORLD);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines