| # | Line 16 | Line 16 | typedef struct{ | |
|---|---|---|
| 16 | int SIM_uses_RF; | |
| 17 | int SIM_uses_GB; | |
| 18 | int SIM_uses_EAM; | |
| 19 | < | int SIM_uses_Ewald; |
| 19 | > | int SIM_uses_molecular_cutoffs; |
| 20 | } simtype; | |
| 21 | #endif //__FSIMULATION | |
| 22 | #endif //__C | |
| # | Line 37 | Line 37 | type, public :: simtype | |
| 37 | logical :: SIM_uses_RF | |
| 38 | logical :: SIM_uses_GB | |
| 39 | logical :: SIM_uses_EAM | |
| 40 | < | logical :: SIM_uses_Ewald |
| 40 | > | logical :: SIM_uses_molecular_cutoffs |
| 41 | end type simtype | |
| 42 | #endif | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |