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 364 by gezelter, Tue Mar 18 21:28:21 2003 UTC vs.
Revision 367 by mmeineke, Wed Mar 19 17:29:49 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.25 2003-03-18 21:28:21 gezelter Exp $, $Date: 2003-03-18 21:28:21 $, $Name: not supported by cvs2svn $, $Revision: 1.25 $
7 > !! @version $Id: do_Forces.F90,v 1.26 2003-03-19 17:29:49 mmeineke Exp $, $Date: 2003-03-19 17:29:49 $, $Name: not supported by cvs2svn $, $Revision: 1.26 $
8  
9   module do_Forces
10    use force_globals
# Line 335 | Line 335 | contains
335                  nlist = nlist + 1
336                  
337                  if (nlist > neighborListSize) then
338 <                   call expandList(natoms, listerror)
338 >                   call expandNeighborList(natoms, listerror)
339                     if (listerror /= 0) then
340                        error = -1
341                        write(DEFAULT_ERROR,*) "ERROR: nlist > list size and max allocations exceeded."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines