Skip to content

Commit

Permalink
Merge pull request #4447 from knelli2/fix_cce_warning
Browse files Browse the repository at this point in the history
Add newline to InitializeJ print statement
  • Loading branch information
nilsvu committed Dec 2, 2022
2 parents d02ed5a + 5ee6320 commit 992e6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Evolution/Systems/Cce/Initialize/InitializeJ.hpp
Expand Up @@ -260,7 +260,7 @@ double iteratively_adapt_angular_coordinates(
"Exited after %zu iterations, achieving final maximum over "
"collocation points for deviation from target of %e\n"
"Proceeding with evolution using the partial result from partial "
"angular solve.",
"angular solve.\n",
tolerance, max_steps, max_error);
}
}
Expand Down

0 comments on commit 992e6c6

Please sign in to comment.