#includeFunc: Changed entry renaming option funcName -> entryName
so that the same option with a rational name is also available for #includeModel and #includeConstraint. Support for funcName is maintained for backwards-compatibility.
This commit is contained in:
@ -52,8 +52,8 @@ maxCo 0.5;
|
||||
|
||||
functions
|
||||
{
|
||||
#includeFunc patchFlowRate(patch=inlet, funcName=inletFlowRate)
|
||||
#includeFunc patchFlowRate(patch=outlet, funcName=outletFlowRate)
|
||||
#includeFunc patchFlowRate(patch=inlet, entryName=inletFlowRate)
|
||||
#includeFunc patchFlowRate(patch=outlet, entryName=outletFlowRate)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user