functionObjectList: Added support for arguments to added to the object list
If the functionObject requires an object list rather than a field list the
non-named arguments are now inserted into the object list, for example
functions
{
#includeFunc writeObjects(kEpsilon:G)
}
which is equivalent to
functions
{
#includeFunc writeObjects(objects = (kEpsilon:G))
}
This commit is contained in:
@ -57,7 +57,7 @@ cacheTemporaryObjects
|
||||
|
||||
functions
|
||||
{
|
||||
#includeFunc writeObjects(objects = (kEpsilon:G))
|
||||
#includeFunc writeObjects(kEpsilon:G)
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user