diff --git a/include/FluidSCWrapper.hpp b/include/FluidSCWrapper.hpp index 5df9d3d..5b70e26 100644 --- a/include/FluidSCWrapper.hpp +++ b/include/FluidSCWrapper.hpp @@ -318,7 +318,7 @@ private: static Result validateParameters(NonRealTime *w) { - auto results = w->mParams.template checkParameterValues(); + auto results = w->mParams.template constrainParameterValues(); for (auto &r : results) { if (!r.ok()) return r;