mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: readOnProc/writeOnProc instead of 'valid' for IO
This commit is contained in:
@ -4911,14 +4911,14 @@ void Foam::distributedTriSurfaceMesh::distribute
|
||||
bool Foam::distributedTriSurfaceMesh::writeObject
|
||||
(
|
||||
IOstreamOption streamOpt,
|
||||
const bool valid
|
||||
const bool writeOnProc
|
||||
) const
|
||||
{
|
||||
if (debug)
|
||||
{
|
||||
Pout<< "distributedTriSurfaceMesh::writeObject :"
|
||||
<< " surface " << searchableSurface::name()
|
||||
<< " writing surface valid:" << valid << endl;
|
||||
<< " writing surface:" << writeOnProc << endl;
|
||||
}
|
||||
|
||||
// Make sure dictionary goes to same directory as surface
|
||||
|
||||
@ -584,7 +584,7 @@ public:
|
||||
virtual bool writeObject
|
||||
(
|
||||
IOstreamOption streamOpt,
|
||||
const bool valid
|
||||
const bool writeOnProc
|
||||
) const;
|
||||
|
||||
//- Is object global
|
||||
|
||||
Reference in New Issue
Block a user