diff --git a/include/FluidSCWrapper.hpp b/include/FluidSCWrapper.hpp index 5a30904..a66c772 100644 --- a/include/FluidSCWrapper.hpp +++ b/include/FluidSCWrapper.hpp @@ -157,7 +157,7 @@ template class RealTime : public SCUnit { using HostVector = FluidTensorView; - using Params = typename Client::Params; + using ParamSetType = typename Client::ParamSetType; // using Client = typename Wrapper::ClientType; @@ -249,8 +249,8 @@ private: FloatControlsIter mControlsIterator; protected: - ParameterSet mParams; - Client mClient; + ParamSetType mParams; + Client mClient; }; //////////////////////////////////////////////////////////////////////////////////////////////////////////////// @@ -424,7 +424,7 @@ class FluidSCWrapper : public impl::FluidSCWrapperBase { public: using Client = C; - using ParameterSetType = ParameterSet; + using ParameterSetType = typename C::ParamSetType; FluidSCWrapper() // mParams{*getParamDescriptors()}, //impl::FluidSCWrapperBase() {