1
0
mirror of https://github.com/TREX-CoE/fparser.git synced 2025-01-10 04:58:35 +01:00
fparser/parser/old/Config_Fortran/example_2_output.cfg

27 lines
312 B
INI
Raw Normal View History

2021-02-12 08:39:18 +01:00
[array]
# my_ints:
int = 1 2
# my_logics:
logic = T T
# my_reals:
real = 1.0000E+00 2.0000E+00
# my_strings:
string = 'A' 'B'
[scalar]
# my_int:
int = 5
# my_logic:
logic = T
# my_real:
real = 1.0000E+00
# my_string:
string = 'a string'