mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
change in the type name of timeValue and sample dictionaries for settingsDict and domain
This commit is contained in:
@ -27,7 +27,7 @@ Licence:
|
||||
pFlow::postprocessData::postprocessData::postprocessData
|
||||
(
|
||||
const systemControl &control,
|
||||
timeValue startTime
|
||||
TimeValueType startTime
|
||||
)
|
||||
:
|
||||
auxFunctions(control),
|
||||
|
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user