ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE_old/src/mdtools/libmdCode/calc_LJ_FF.F90
(Generate patch)

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/calc_LJ_FF.F90 (file contents):
Revision 361 by gezelter, Tue Mar 18 19:09:12 2003 UTC vs.
Revision 375 by chuckv, Fri Mar 21 15:07:14 2003 UTC

# Line 2 | Line 2
2   !! Corresponds to the force field defined in lj_FF.cpp
3   !! @author Charles F. Vardeman II
4   !! @author Matthew Meineke
5 < !! @version $Id: calc_LJ_FF.F90,v 1.13 2003-03-18 19:09:12 gezelter Exp $, $Date: 2003-03-18 19:09:12 $, $Name: not supported by cvs2svn $, $Revision: 1.13 $
5 > !! @version $Id: calc_LJ_FF.F90,v 1.14 2003-03-21 15:07:14 chuckv Exp $, $Date: 2003-03-21 15:07:14 $, $Name: not supported by cvs2svn $, $Revision: 1.14 $
6  
7   module lj
8    use definitions
# Line 195 | Line 195 | contains
195      real( kind = dp ) :: t12
196      real( kind = dp ) :: delta
197  
198 <
198 >    write(*,*) "Doing lj pair"
199      if (rij.lt.LJ_rcut)  then
200  
201         ! Look up the correct parameters in the mixing matrix
# Line 266 | Line 266 | contains
266         endif
267        
268      endif
269 <    return          
269 >    write(*,*) "potential at end of do_lj_pair: ", pot
270 >    return    
271 >      
272    end subroutine do_lj_pair
273  
274  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines