ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/md_code/simulation_module.F90
(Generate patch)

Comparing trunk/mdtools/md_code/simulation_module.F90 (file contents):
Revision 246 by chuckv, Fri Jan 24 21:36:52 2003 UTC vs.
Revision 249 by chuckv, Mon Jan 27 21:28:19 2003 UTC

# Line 41 | Line 41 | module simulation
41   !! WARNING: use_pbc hardcoded, fixme
42    logical :: use_pbc = .true.
43    logical :: setSim = .false.
44 <  
44 >
45 > !! array for saving previous positions for neighbor lists.  
46    real( kind = dp ), allocatable,dimension(:,:),save :: q0
47  
48 +
49    public :: check
50    public :: save_nlist
51    public :: wrap
# Line 51 | Line 53 | module simulation
53    public :: getRcut
54    public :: getRlist
55    public :: getNlocal
56 +  public :: setSimulation
57   !  public :: setRcut
58  
59    interface wrap

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines