# | Line 23 | Line 23 | typedef struct{ | |
---|---|---|
23 | int SIM_uses_Shapes; | |
24 | int SIM_uses_FLARB; | |
25 | int SIM_uses_RF; | |
26 | + | int SIM_uses_SF; |
27 | } simtype; | |
28 | < | #endif //__FSIMULATION |
29 | < | #endif //__C |
28 | > | #endif /*__FSIMULATION*/ |
29 | > | #endif /*__C*/ |
30 | ||
31 | #ifdef __FORTRAN90 | |
32 | ||
# | Line 48 | Line 49 | typedef struct{ | |
49 | logical :: SIM_uses_Shapes | |
50 | logical :: SIM_uses_FLARB | |
51 | logical :: SIM_uses_RF | |
52 | + | logical :: SIM_uses_SF |
53 | end type simtype | |
54 | ||
55 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |