| # | Line 7 | Line 7 | typedef struct{ | |
|---|---|---|
| 7 | double,int,char. | |
| 8 | */ | |
| 9 | typedef struct{ | |
| 10 | – | double box[3]; |
| 10 | double rlist; | |
| 11 | double rcut; | |
| 12 | double rrf; | |
| # | Line 29 | Line 28 | type, public :: simtype | |
| 28 | type, public :: simtype | |
| 29 | PRIVATE | |
| 30 | SEQUENCE | |
| 32 | – | !! Periodic Box |
| 33 | – | real ( kind = dp ), dimension(3) :: box |
| 31 | !! List Cutoff | |
| 32 | real ( kind = dp ) :: rlist = 0.0_dp | |
| 33 | !! Radial cutoff | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |