STYLE: use explicit REGISTER option when storing fields

This commit is contained in:
Mark Olesen
2023-04-24 12:05:55 +02:00
parent d9533e561b
commit ee39e3d276
37 changed files with 239 additions and 186 deletions

View File

@ -68,7 +68,8 @@ Foam::volScalarField& Foam::histogramModel::getOrReadField
mesh_.time().timeName(),
mesh_,
IOobject::MUST_READ,
IOobject::AUTO_WRITE
IOobject::AUTO_WRITE,
IOobject::REGISTER
),
mesh_
);