Skip to content
Snippets Groups Projects
Commit 7454518b authored by Henry Weller's avatar Henry Weller
Browse files

includeFuncEntry: Added support for function arguments compatible with the...

includeFuncEntry: Added support for function arguments compatible with the '-func' post-processing option

e.g.

functions
{
    #includeFunc mag(U)
}

executes 'mag' on the field 'U' writing the field 'mag(U)'.

The equivalent post-processing command is

postProcess -func 'mag(U)'
parent cb1523db
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment