Skip to content
Snippets Groups Projects
Commit 91b16e40 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Merge branch 'Parameter-File' into 'master'

Parameter file

First version of parameter file parser. Should be able to:
- Read integers
- Read floats
- Read doubles
- Read strings
- Ignore comments that start with '#'
- Validate that integers are not written as floats in the input file
- Check whether two values are present on the same line
- Print the contents of the structure that holds all parameters read from the file

I had to add `../src/parser.c` to the Makefile.am in the tests directory to get `make check` working. Not sure if this is the correct way of doing it.

See merge request !129
parents 9c479f88 318eec05
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment