mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GeometricBoundaryField: Clear before reading to support wildcards during readIfPresent
This commit is contained in:
@ -36,6 +36,9 @@ readField
|
|||||||
const dictionary& dict
|
const dictionary& dict
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
// Clear the boundary field if already initialised
|
||||||
|
this->clear();
|
||||||
|
|
||||||
this->setSize(bmesh_.size());
|
this->setSize(bmesh_.size());
|
||||||
|
|
||||||
if (debug)
|
if (debug)
|
||||||
|
|||||||
Reference in New Issue
Block a user