Index: sources/view/hd/adjustment/VTreatmentAdjustmentFlows.cpp =================================================================== diff -u -r00d9bb06ec2bad14f6dc2db678b750c244f694ef -rda39155b9644400a654a22bc010d5d7fa3526716 --- sources/view/hd/adjustment/VTreatmentAdjustmentFlows.cpp (.../VTreatmentAdjustmentFlows.cpp) (revision 00d9bb06ec2bad14f6dc2db678b750c244f694ef) +++ sources/view/hd/adjustment/VTreatmentAdjustmentFlows.cpp (.../VTreatmentAdjustmentFlows.cpp) (revision da39155b9644400a654a22bc010d5d7fa3526716) @@ -1,16 +1,16 @@ /*! - * + * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. - * + * * \file vtreatmentadjustmentflows.cpp * \author (last) Behrouz NemaiPour * \date (last) 09-Jun-2020 * \author (original) Behrouz NematiPour * \date (original) 19-May-2020 - * + * */ #include "VTreatmentAdjustmentFlows.h" @@ -28,7 +28,7 @@ adjustment_Accepted ( vData.mAccepted ); adjustment_Reason ( vData.mReason ); bloodFlow_FlowSetPoint ( vData.mBloodRate ); - dialysateFlow_FlowSetPoint ( vData.mDialydateReate ); + dialysateFlow_FlowSetPoint ( vData.mDialysateRate ); // *** has to be the last to let the information to be set and then emit the signal *** // *** otherwise will use the previous values before being set. ***