mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: mark compatibility level for keyword redirectType (issue #912)
- was replaced with "name" in 1706
This commit is contained in:
@ -49,13 +49,9 @@ functions
|
||||
{
|
||||
error
|
||||
{
|
||||
// Load the library containing the 'coded' functionObject
|
||||
libs ("libutilityFunctionObjects.so");
|
||||
|
||||
type coded;
|
||||
|
||||
// Name of on-the-fly generated functionObject
|
||||
name error;
|
||||
name error;
|
||||
type coded;
|
||||
libs ("libutilityFunctionObjects.so");
|
||||
|
||||
codeEnd
|
||||
#{
|
||||
|
||||
Reference in New Issue
Block a user