# | Line 27 | Line 27 | typedef struct{ | |
---|---|---|
27 | int SIM_uses_SC; | |
28 | int SIM_uses_MEAM; | |
29 | int SIM_uses_BoxDipole; | |
30 | + | int SIM_uses_AtomicVirial; |
31 | } simtype; | |
32 | #endif /*__FSIMULATION*/ | |
33 | #endif /*__C*/ | |
# | Line 55 | Line 56 | typedef struct{ | |
56 | logical :: SIM_uses_SC | |
57 | logical :: SIM_uses_MEAM | |
58 | logical :: SIM_uses_BoxDipole | |
59 | + | logical :: SIM_uses_AtomicVirial |
60 | end type simtype | |
61 | ||
62 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |