mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: add guarded lookup for dimensionedSet
STYLE: use standard dimensionedSets
This commit is contained in:
@ -221,7 +221,7 @@ void Foam::solverTemplate::setRegionProperties
|
||||
fieldDimensions_[regionI].set
|
||||
(
|
||||
i,
|
||||
new dimensionSet(dict.lookup("dimensions"))
|
||||
new dimensionSet(dict, "dimensions")
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user