Skip to content

Commit

Permalink
initialize num_pp_vars which gets printed during initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalsbyx committed Nov 22, 2024
1 parent 4cbd6d9 commit 2e5eda0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/inputFileReader/inputFileReader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ inputFileReader::inputFileReader(const std::string &input_file_name,
: variable_attributes(_variable_attributes)
{
num_constants = get_number_of_entries(input_file_name, "set", "Model constant");
num_pp_vars = variable_attributes.pp_attributes.size();

model_constant_names =
get_entry_name_ending_list(input_file_name, "set", "Model constant");
Expand Down

0 comments on commit 2e5eda0

Please sign in to comment.