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 3131 by chrisfen, Wed May 2 00:18:08 2007 UTC vs.
Revision 3132 by chrisfen, Thu May 3 15:52:08 2007 UTC

# Line 45 | Line 45
45  
46   !! @author Charles F. Vardeman II
47   !! @author Matthew Meineke
48 < !! @version $Id: doForces.F90,v 1.88 2007-05-02 00:18:08 chrisfen Exp $, $Date: 2007-05-02 00:18:08 $, $Name: not supported by cvs2svn $, $Revision: 1.88 $
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 $
49  
50  
51   module doForces
# Line 1117 | Line 1117 | contains
1117                           fij(2) = fij(2) + fg(2)
1118                           fij(3) = fij(3) + fg(3)
1119                          
1120 <                         if ((n_in_i .eq. 1).and.(n_in_j .eq. 1)) then
1120 >                         if (do_stress .and. (n_in_i .eq. 1).and.(n_in_j .eq. 1)) then
1121                              call add_stress_tensor(d_atm, fg, tau)
1122                           endif  
1123                          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines