Added name of parameter file to error messages.
Compare changes
+ 5
− 4
@@ -70,6 +70,7 @@ void parser_read_file(const char *file_name, struct swift_params *params) {
@@ -375,7 +376,7 @@ int parser_get_param_int(const struct swift_params *params, const char *name) {
@@ -407,7 +408,7 @@ char parser_get_param_char(const struct swift_params *params,
@@ -439,7 +440,7 @@ float parser_get_param_float(const struct swift_params *params,
@@ -470,7 +471,7 @@ double parser_get_param_double(const struct swift_params *params,