mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Initialised weightFieldName_ to none
This commit is contained in:
@ -181,7 +181,8 @@ Foam::fieldValues::cellSource::cellSource
|
|||||||
source_(sourceTypeNames_.read(dict.lookup("source"))),
|
source_(sourceTypeNames_.read(dict.lookup("source"))),
|
||||||
operation_(operationTypeNames_.read(dict.lookup("operation"))),
|
operation_(operationTypeNames_.read(dict.lookup("operation"))),
|
||||||
nCells_(0),
|
nCells_(0),
|
||||||
cellId_()
|
cellId_(),
|
||||||
|
weightFieldName_("none")
|
||||||
{
|
{
|
||||||
read(dict);
|
read(dict);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user