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:
@ -26,7 +26,7 @@ boundaryField
|
||||
inlet
|
||||
{
|
||||
type codedFixedValue;
|
||||
redirectType swirl;
|
||||
name swirl;
|
||||
|
||||
code
|
||||
#{
|
||||
|
||||
Reference in New Issue
Block a user