mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
@ -243,7 +243,7 @@ Foam::functionObjects::sizeDistribution::filterField
|
||||
const scalarField& field
|
||||
) const
|
||||
{
|
||||
return tmp<scalarField>(new scalarField(field, cellId_));
|
||||
return tmp<scalarField>::New(field, cellId_);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user