Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: David Schneider <david.schneider@ipvs.uni-stuttgart.de>
  • Loading branch information
kursatyurt and davidscn authored Oct 31, 2023
1 parent c28ff64 commit 69efe80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/precice-aste-join.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void readRecoveryFile(const std::string &recoveryFile, int &size, std::vector<in
try {
cellTypes = recoveryData["cell_types"].get<std::vector<int>>();
} catch (nlohmann::detail::parse_error &) {
std::cerr << "Error while parsing recovery file \"cell_types\" is missing";
std::cerr << "Error while parsing the recovery file: \"cell_types\" attribute is missing";
std::exit(EXIT_FAILURE);
} catch (nlohmann::detail::type_error &) {
std::cerr << "Error while parsing recovery file \"cell_types\" is missing";
Expand Down

0 comments on commit 69efe80

Please sign in to comment.