diff --git a/include/teqp/models/multifluid.hpp b/include/teqp/models/multifluid.hpp index 953fc11e6d4c2f79460199a97a26a03715b4f318..049268cbce89372c6c96a9bcee55adec28778358 100644 --- a/include/teqp/models/multifluid.hpp +++ b/include/teqp/models/multifluid.hpp @@ -342,7 +342,7 @@ inline auto get_departure_function_matrix(const std::string& coolprop_root, cons }; auto build_GERG2004 = [&](const auto& term, auto &dep) { if (!all_same_length(term, { "n","t","d","eta","beta","gamma","epsilon" })) { - throw std::invalid_argument("Lengths are not all identical in Gaussian term"); + throw std::invalid_argument("Lengths are not all identical in GERG term"); } auto Npower = term["Npower"]; auto NGERG = term["n"].size()- Npower;