mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: work-around compiler bug for lookupOrDefault
This commit is contained in:
@ -124,8 +124,7 @@ Foam::PatchInteractionModel<CloudType>::PatchInteractionModel
|
||||
)
|
||||
:
|
||||
SubModelBase<CloudType>(owner, dict, type),
|
||||
// UName_(this->coeffDict().lookupOrDefault<word>("UName", "U"))
|
||||
UName_(this->coeffDict().lookup("UName"))
|
||||
UName_(this->coeffDict().lookupOrDefault("UName", word("U")))
|
||||
{}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user