From 02842c8aec4df05f935a3eb2ab147c8bcff76389 Mon Sep 17 00:00:00 2001 From: Alex Harker Date: Fri, 15 Mar 2019 12:36:13 +0000 Subject: [PATCH] Updates for changes in client types --- include/FluidSCWrapper.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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() {