Skip to content

Commit

Permalink
Add newline to InitializeJ print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
knelli2 committed Dec 1, 2022
1 parent 8f65b8d commit 5ee6320
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 5ee6320

Please sign in to comment.