| # | 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 | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |