mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated MUST_READ option for sample utility
This commit is contained in:
@ -116,7 +116,7 @@ int main(int argc, char *argv[])
|
|||||||
sampledSets::typeName,
|
sampledSets::typeName,
|
||||||
mesh,
|
mesh,
|
||||||
sampleDict,
|
sampleDict,
|
||||||
IOobject::MUST_READ,
|
IOobject::MUST_READ_IF_MODIFIED,
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -125,7 +125,7 @@ int main(int argc, char *argv[])
|
|||||||
sampledSurfaces::typeName,
|
sampledSurfaces::typeName,
|
||||||
mesh,
|
mesh,
|
||||||
sampleDict,
|
sampleDict,
|
||||||
IOobject::MUST_READ,
|
IOobject::MUST_READ_IF_MODIFIED,
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user