Skip to content
Snippets Groups Projects
Commit 07b573ad authored by Mark OLESEN's avatar Mark OLESEN
Browse files

BUG: missed parameter in dictionary::readCompat call

parent f0a92b11
No related merge requests found
......@@ -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);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment