mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: surfMesh constructor without AUTO_WRITE, as per polyMesh (#1147)
This commit is contained in:
@ -56,7 +56,6 @@ Foam::surfMeshSample::getOrCreateSurfMesh() const
|
||||
meshedSurface(), // Create as empty surface
|
||||
name()
|
||||
);
|
||||
ptr->setWriteOption(IOobject::NO_WRITE);
|
||||
|
||||
mesh().objectRegistry::store(ptr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user