Open
Description
The repeat references in the wiki and README to Lib_INI_IO.f90
are wrong?
I spent a several hours thinking it was my build environment, trying both cmake and FoBiS, before I started digging around the code and found the test cases look nothing like the example usage information.
I'm very unfamiliar with Fortran and cmake so might just be me misunderstanding. I've got it to finally compile by using use finer
instead of use Lib_INI_IO
.
Hopefully this will help someone else save some time until the docs are updated.