STYLE: remove duplicate dimensionSet dictionary read constructor

STYLE: make dimensionedTypes access inline noexcept
This commit is contained in:
Mark Olesen
2022-09-28 09:24:46 +02:00
parent ee9119f436
commit 9d5a3a5c54
6 changed files with 24 additions and 86 deletions

View File

@ -223,7 +223,7 @@ void Foam::solverTemplate::setRegionProperties
fieldDimensions_[regionI].set
(
i,
new dimensionSet(dict, "dimensions")
new dimensionSet("dimensions", dict)
);
}
}