Skip to content

Commit

Permalink
Update extraction radius error message
Browse files Browse the repository at this point in the history
  • Loading branch information
knelli2 committed Dec 5, 2024
1 parent d76b90b commit 5b018d3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Evolution/Systems/Cce/ExtractionRadius.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ std::optional<double> get_extraction_radius(
} catch (const std::invalid_argument&) {
if (error) {
ERROR(
"The CCE filename must encode the extraction radius as an integer "
"between the last instance of 'R' and the last instance of '.' "
"(SpEC CCE filename format). Provided filename: "
"Either specify an extraction radius, or the CCE worldtube filename "
"must encode the extraction radius as an integer between the last "
"instance of 'R' and the last instance of '.' (SpEC CCE filename "
"format). Provided filename: "
<< cce_data_filename);
}
}
Expand Down

0 comments on commit 5b018d3

Please sign in to comment.