Parsing INI configuration files with FORTRAN
Fortran would not be my first choice for working with text, in any form! However, sometimes even numerical codes need to read data from configuration files. The easiest way to read a configuration file from a Fortran 90 routine is by using namelist I/O (I really need to add an example of that). If you’re […]
Parsing INI configuration files with FORTRAN Read More »