change in the type name of timeValue and sample dictionaries for settingsDict and domain

This commit is contained in:
Hamidreza
2025-05-15 12:00:13 +03:30
parent ab856e1df2
commit bf0197f643
30 changed files with 300 additions and 158 deletions

View File

@ -27,7 +27,7 @@ Licence:
pFlow::postprocessData::postprocessData::postprocessData
(
const systemControl &control,
timeValue startTime
TimeValueType startTime
)
:
auxFunctions(control),

View File

@ -85,7 +85,7 @@ public:
/// this constructor is used when postprocesing is active
/// during simulation.
/// @param control const reference to systemControl
postprocessData(const systemControl& control, timeValue startTime = -1.0);
postprocessData(const systemControl& control, TimeValueType startTime = -1.0);
~postprocessData()override = default;