mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
dynamicCode: Renamed 'redirectType' to 'name' to clarify the purpose
of the entry which is to provide the name of the generated class. 'redirectType' is supported for backward-compatibility.
This commit is contained in:
@ -57,7 +57,7 @@ functions
|
||||
{
|
||||
type coded;
|
||||
libs ("libutilityFunctionObjects.so");
|
||||
redirectType setDeltaT;
|
||||
name setDeltaT;
|
||||
|
||||
code
|
||||
#{
|
||||
|
||||
Reference in New Issue
Block a user