Skip to content

Commit

Permalink
wrong scope test wasn't getting reset
Browse files Browse the repository at this point in the history
  • Loading branch information
landinjm committed Oct 25, 2024
1 parent 44bd09d commit 02e93e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/userInputParameters/userInputParameters.cc
Original file line number Diff line number Diff line change
Expand Up @@ -643,9 +643,9 @@ userInputParameters<dim>::userInputParameters(inputFileReader &input_fi
/*----------------------
| Pinning point
-----------------------*/
std::string pinning_text = "Pinning point: ";
for (unsigned int i = 0; i < number_of_variables; i++)
{
std::string pinning_text = "Pinning point: ";
pinning_text.append(input_file_reader.var_names.at(i));
parameter_handler.enter_subsection(pinning_text);

Expand Down

0 comments on commit 02e93e4

Please sign in to comment.