Index: sources/model/MModel.h =================================================================== diff -u -r968c7861b6caf1906c6b3ac34ae13018c6f1bf2b -r2d37cfe6593a90633a9db1fa5136f8fc43b56188 --- sources/model/MModel.h (.../MModel.h) (revision 968c7861b6caf1906c6b3ac34ae13018c6f1bf2b) +++ sources/model/MModel.h (.../MModel.h) (revision 2d37cfe6593a90633a9db1fa5136f8fc43b56188) @@ -1,15 +1,15 @@ /*! * - * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. + * Copyright (c) 2020-2022 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 MModel.h - * \author (last) Behrouz NematiPour - * \date (last) 16-Oct-2020 - * \author (original) Behrouz NemaiPour - * \date (original) 02-Jul-2020 + * \file MModel.h + * \author (last) Behrouz NematiPour + * \date (last) 17-Feb-2022 + * \author (original) Behrouz NemaiPour + * \date (original) 02-Jul-2020 * */ #pragma once @@ -45,7 +45,8 @@ // HD Data Messages #include "MTreatmentTimeData.h" -#include "MTreatmentFlowsData.h" +#include "MTreatmentBloodFlowData.h" +#include "MTreatmentDialysateFlowData.h" #include "MTreatmentOutletFlowData.h" #include "MTreatmentPressureOcclusionData.h" #include "MTreatmentRangesData.h"