-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Currently Toml config for UserFunction, which is given below, does not contain the name field. Please include the name field.
[userFunction]
returnType = "Scalar"
# returnType = "Vector"
# returnType = "Matrix"
argType = "Space"
# argType = "Constant"
# argType = "Space"
# argType = "Time"
# argType = "SpaceTime"
numArgs = 3
numReturns = 1
luaScript = "./hello.lua"
luaFunctionName="hello"
scalarValue = 1.0
vectorValue = [1.0, 2.0, 3.0]
matrixValue = [[1.0, 2.0, 3.0], [4.0, 5.0, 6.0], [7.0, 8.0, 9.0]]
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request