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

@ -71,7 +71,7 @@ public:
systemControl& control,
const dictionary& postDict,
bool inSimulation,
timeValue startTime);
TimeValueType startTime);
~postSimulationFieldsDataBase() override = default;
@ -84,11 +84,11 @@ public:
const pointStructure& pStruct()const override;
timeValue getNextTimeFolder()const override;
TimeValueType getNextTimeFolder()const override;
timeValue setToNextTimeFolder() override;
TimeValueType setToNextTimeFolder() override;
timeValue skipNextTimeFolder() override;
TimeValueType skipNextTimeFolder() override;
};