mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Corrected spellig mistake for input property
This commit is contained in:
@ -87,7 +87,7 @@ Foam::porosityModel::porosityModel
|
||||
{
|
||||
if (zoneName_ == word::null)
|
||||
{
|
||||
dict.lookup("actuve") >> active_;
|
||||
dict.lookup("active") >> active_;
|
||||
dict_.lookup("cellZone") >> zoneName_;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user