mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
no return value
This commit is contained in:
@ -102,7 +102,7 @@ Foam::scalar Foam::layerAdditionRemoval::readOldThickness
|
||||
const dictionary& dict
|
||||
)
|
||||
{
|
||||
dict.lookupOrDefault("oldLayerThickness", -1.0);
|
||||
return dict.lookupOrDefault("oldLayerThickness", -1.0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user