ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/UseTheForce/DarkSide/neighborLists.F90
(Generate patch)

Comparing trunk/OOPSE-4/src/UseTheForce/DarkSide/neighborLists.F90 (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2548 by chrisfen, Thu Jan 12 04:13:46 2006 UTC

# Line 48 | Line 48
48   !! @author Charles F. Vardeman II
49   !! @author Matthew Meineke
50   !! @author J. Daniel Gezelter
51 < !! @version $Id: neighborLists.F90,v 1.3 2005-04-15 22:03:48 gezelter Exp $,
51 > !! @version $Id: neighborLists.F90,v 1.4 2006-01-12 04:13:46 chrisfen Exp $,
52  
53   module neighborLists
54  
# Line 65 | Line 65 | module neighborLists
65    !! should be.
66    integer, parameter :: listMultiplier = 80
67    !! Maximum number of times we should reallocate neighbor list.
68 <  integer, parameter :: maxAllocations = 5
68 >  integer, parameter :: maxAllocations = 10
69    !! Number of times we have allocated the neighbor list.
70    integer, save       :: nAllocations = 0
71    !! Pointer array to location in list for atom i.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines