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

Comparing trunk/OOPSE/libmdtools/do_Forces.F90 (file contents):
Revision 946 by gezelter, Thu Jan 15 04:33:24 2004 UTC vs.
Revision 999 by chrisfen, Fri Jan 30 15:01:09 2004 UTC

# Line 4 | Line 4
4  
5   !! @author Charles F. Vardeman II
6   !! @author Matthew Meineke
7 < !! @version $Id: do_Forces.F90,v 1.47 2004-01-15 04:33:24 gezelter Exp $, $Date: 2004-01-15 04:33:24 $, $Name: not supported by cvs2svn $, $Revision: 1.47 $
7 > !! @version $Id: do_Forces.F90,v 1.48 2004-01-30 15:01:09 chrisfen Exp $, $Date: 2004-01-30 15:01:09 $, $Name: not supported by cvs2svn $, $Revision: 1.48 $
8  
9   module do_Forces
10    use force_globals
# Line 805 | Line 805 | contains
805      if (FF_RequiresPostpairCalc() .and. SIM_requires_postpair_calc) then
806        
807         if (FF_uses_RF .and. SIM_uses_RF) then
808 <          
808 >
809   #ifdef IS_MPI
810            call scatter(rf_Row,rf,plan_row3d)
811            call scatter(rf_Col,rf_Temp,plan_col3d)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines