dynamicCode: the "code" entry is now optional

codedFunctionObject: Added the "codeWrite" entry
    for the "write" function for consistency.
    The previous method of using the "code" entry for the "write"
    function was inconsistent and very confusing.
This commit is contained in:
Henry Weller
2016-05-18 12:20:03 +01:00
parent 83517fac63
commit 38b99504c0
7 changed files with 70 additions and 100 deletions

View File

@ -54,11 +54,10 @@ functions
type coded;
writeControl timeStep;
// Name of on-the-fly generated functionObject
redirectType error;
code
codeEnd
#{
// Lookup U
Info<< "Looking up field U\n" << endl;