Skip to content

Commit

Permalink
Minor revision
Browse files Browse the repository at this point in the history
  • Loading branch information
stcui007 authored and PhilMiller committed Jul 30, 2024
1 parent 87d14fb commit 2d03653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/realizations/catchment/Formulation_Manager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ namespace realization {
if (result == 0)
return dir;
else
throw std::runtime_error("failed to create directory '" + str + "': " + strerror(errno));
throw std::runtime_error("failed to create directory '" + str + "': " + std::strerror(errno));
}
}

Expand Down

0 comments on commit 2d03653

Please sign in to comment.