From abf3e5cb777f8e8451cfde907d51363b79d64b63 Mon Sep 17 00:00:00 2001 From: Alex Harker Date: Sun, 17 Mar 2019 17:23:36 +0000 Subject: [PATCH] Rename method for constraining parameters --- include/FluidSCWrapper.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;