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

@ -114,7 +114,8 @@ functions
mesh().time().timeName(),
mesh(),
IOobject::NO_READ,
IOobject::AUTO_WRITE
IOobject::AUTO_WRITE,
IOobject::REGISTER
),
mesh(),
sqr(dimLength)/pow3(dimTime)

View File

@ -114,7 +114,8 @@ functions
mesh().time().timeName(),
mesh(),
IOobject::NO_READ,
IOobject::AUTO_WRITE
IOobject::AUTO_WRITE,
IOobject::REGISTER
),
mesh(),
sqr(dimLength)/pow3(dimTime)