GeometricBoundaryField: Clear before reading to support wildcards during readIfPresent
This commit is contained in:
parent
8c67099c57
commit
a813e58c05
@ -36,6 +36,9 @@ readField
|
||||
const dictionary& dict
|
||||
)
|
||||
{
|
||||
// Clear the boundary field if already initialised
|
||||
this->clear();
|
||||
|
||||
this->setSize(bmesh_.size());
|
||||
|
||||
if (debug)
|
||||
|
Loading…
Reference in New Issue
Block a user