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

functionObjectList: Added support for 'libs' to load libraries for all functionObjects

e.g.

functions
{
    libs ("libfieldFunctionObjects.so");

    div
    {
        type            div;
        field           U;
        executeControl  writeTime;
        writeControl    writeTime;
    }

    Q
    {
        type            Q;
        executeControl  writeTime;
        writeControl    writeTime;
    }
}
parent 57f3ac27
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