ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/UseTheForce/doForces.F90
(Generate patch)

Comparing trunk/OOPSE-4/src/UseTheForce/doForces.F90 (file contents):
Revision 3132 by chrisfen, Thu May 3 15:52:08 2007 UTC vs.
Revision 3133 by chuckv, Tue May 22 19:30:27 2007 UTC

# Line 45 | Line 45
45  
46   !! @author Charles F. Vardeman II
47   !! @author Matthew Meineke
48 < !! @version $Id: doForces.F90,v 1.89 2007-05-03 15:52:08 chrisfen Exp $, $Date: 2007-05-03 15:52:08 $, $Name: not supported by cvs2svn $, $Revision: 1.89 $
48 > !! @version $Id: doForces.F90,v 1.90 2007-05-22 19:30:27 chuckv Exp $, $Date: 2007-05-22 19:30:27 $, $Name: not supported by cvs2svn $, $Revision: 1.90 $
49  
50  
51   module doForces
# Line 1205 | Line 1205 | contains
1205         endif
1206  
1207         if (loop .eq. PREPAIR_LOOP) then
1208 + #ifdef IS_MPI
1209 +          call do_preforce(nlocal, pot_local)
1210 + #else
1211            call do_preforce(nlocal, pot)
1212 + #endif
1213         endif
1214  
1215      enddo

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines