# | 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 | } simtype; | |
20 | #endif //__FSIMULATION | |
21 | #endif //__C | |
# | Line 37 | Line 36 | type, public :: simtype | |
36 | logical :: SIM_uses_RF | |
37 | logical :: SIM_uses_GB | |
38 | logical :: SIM_uses_EAM | |
40 | – | logical :: SIM_uses_Ewald |
39 | end type simtype | |
40 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |