mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use explicit REGISTER option when storing fields
This commit is contained in:
@ -102,7 +102,8 @@ void Foam::functionObjects::solverInfo::createResidualField
|
||||
mesh_.time().timeName(),
|
||||
mesh_,
|
||||
IOobject::NO_READ,
|
||||
IOobject::NO_WRITE
|
||||
IOobject::NO_WRITE,
|
||||
IOobject::REGISTER
|
||||
),
|
||||
Field<scalar>(mesh_.nCells(), Zero)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user