Accommodate new Rvw input

This commit is contained in:
Svenn Tveit
2023-04-12 14:50:34 +02:00
parent e8119e7adb
commit cf185442b9

View File

@@ -111,7 +111,8 @@ public:
Evaluation internalEnergy(unsigned,
const Evaluation& temperature,
const Evaluation& pressure,
const Evaluation&) const
const Evaluation& /*rv*/,
const Evaluation& /*rvw*/) const
{
return H2::gasInternalEnergy(temperature, pressure, extrapolate);
}