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 393 by mmeineke, Mon Mar 24 18:33:51 2003 UTC vs.
Revision 394 by gezelter, Mon Mar 24 21:55:34 2003 UTC

# Line 4 | Line 4
4  
5   !! @author Charles F. Vardeman II
6   !! @author Matthew Meineke
7 < !! @version $Id: do_Forces.F90,v 1.3 2003-03-24 18:33:51 mmeineke Exp $, $Date: 2003-03-24 18:33:51 $, $Name: not supported by cvs2svn $, $Revision: 1.3 $
7 > !! @version $Id: do_Forces.F90,v 1.4 2003-03-24 21:55:34 gezelter Exp $, $Date: 2003-03-24 21:55:34 $, $Name: not supported by cvs2svn $, $Revision: 1.4 $
8  
9   module do_Forces
10    use force_globals
# Line 197 | Line 197 | contains
197      natoms = nlocal
198   #endif
199  
200    write(*,*) 'u_l', u_l(1,1), u_l(2,1), u_l(3,1)
201
202
200      call getRcut(rcut,rc2=rcutsq)
201      call getRlist(rlist,rlistsq)
202      
# Line 584 | Line 581 | contains
581        
582         d(1:3) = d(1:3) - box(1:3) * sign(1.0_dp,d(1:3)) * &
583              int(abs(d(1:3)/box(1:3)) + 0.5_dp)
587
588 !       write(*,'(a11,3es12.3)') 'wrapped to ', d(1), d(2), d(3)
584        
585      endif
586      r_sq = dot_product(d,d)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines