mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: distributedTriSurfaceMesh: no need for messing with fileModificationChecking
This commit is contained in:
@ -1388,27 +1388,6 @@ Foam::distributedTriSurfaceMesh::distributedTriSurfaceMesh(const IOobject& io)
|
||||
)
|
||||
)
|
||||
{
|
||||
if
|
||||
(
|
||||
Pstream::parRun()
|
||||
&& (
|
||||
dict_.readOpt() == IOobject::MUST_READ
|
||||
|| dict_.readOpt() == IOobject::MUST_READ_IF_MODIFIED
|
||||
)
|
||||
&& (
|
||||
regIOobject::fileModificationChecking == timeStampMaster
|
||||
|| regIOobject::fileModificationChecking == inotifyMaster
|
||||
)
|
||||
)
|
||||
{
|
||||
FatalErrorInFunction
|
||||
<< " using 'timeStampMaster' or 'inotifyMaster.'\n"
|
||||
<< " Modify the entry fileModificationChecking\n"
|
||||
<< " in the etc/controlDict.\n"
|
||||
<< " Use 'timeStamp' instead."
|
||||
<< exit(FatalError);
|
||||
}
|
||||
|
||||
read();
|
||||
|
||||
reduce(bounds().min(), minOp<point>());
|
||||
@ -1471,27 +1450,6 @@ Foam::distributedTriSurfaceMesh::distributedTriSurfaceMesh
|
||||
)
|
||||
)
|
||||
{
|
||||
if
|
||||
(
|
||||
Pstream::parRun()
|
||||
&& (
|
||||
dict_.readOpt() == IOobject::MUST_READ
|
||||
|| dict_.readOpt() == IOobject::MUST_READ_IF_MODIFIED
|
||||
)
|
||||
&& (
|
||||
regIOobject::fileModificationChecking == timeStampMaster
|
||||
|| regIOobject::fileModificationChecking == inotifyMaster
|
||||
)
|
||||
)
|
||||
{
|
||||
FatalErrorInFunction
|
||||
<< " using 'timeStampMaster' or 'inotifyMaster.'\n"
|
||||
<< " Modify the entry fileModificationChecking\n"
|
||||
<< " in the etc/controlDict.\n"
|
||||
<< " Use 'timeStamp' instead."
|
||||
<< exit(FatalError);
|
||||
}
|
||||
|
||||
read();
|
||||
|
||||
reduce(bounds().min(), minOp<point>());
|
||||
|
||||
Reference in New Issue
Block a user