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

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/do_Forces.F90 (file contents):
Revision 370 by mmeineke, Thu Mar 20 17:10:43 2003 UTC vs.
Revision 374 by chuckv, Thu Mar 20 19:50:42 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.28 2003-03-20 17:10:43 mmeineke Exp $, $Date: 2003-03-20 17:10:43 $, $Name: not supported by cvs2svn $, $Revision: 1.28 $
7 > !! @version $Id: do_Forces.F90,v 1.29 2003-03-20 19:50:42 chuckv Exp $, $Date: 2003-03-20 19:50:42 $, $Name: not supported by cvs2svn $, $Revision: 1.29 $
8  
9   module do_Forces
10    use force_globals
# Line 330 | Line 330 | contains
330                  nlist = nlist + 1
331                  
332                  if (nlist > neighborListSize) then
333 +                   write(*,*) "do_Forces: Calling expand nlist w/ ",nlist , size(list)
334                     call expandNeighborList(natoms, listerror)
335                     if (listerror /= 0) then
336                        error = -1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines