mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: missed parameter in dictionary::readCompat call
This commit is contained in:
@ -289,7 +289,7 @@ bool Foam::dictionary::readIfPresentCompat
|
||||
) const
|
||||
{
|
||||
// Read is non-mandatory
|
||||
return readCompat<T>(keyword, compat, recursive, patternMatch, false);
|
||||
return readCompat<T>(keyword, compat, val, recursive, patternMatch, false);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user