controlDict: the optional graphFormat entry is now used as the default for all setFormat entries
Foam::graph superseded by the more general Foam::setWriter reducing code maintenance overhead, simplifying usage and further development.
This commit is contained in:
@ -119,9 +119,8 @@ Foam::codedFunctionObject::codedFunctionObject
|
||||
const dictionary& dict
|
||||
)
|
||||
:
|
||||
functionObject(name),
|
||||
codedBase(name, dict),
|
||||
time_(time)
|
||||
functionObject(name, time),
|
||||
codedBase(name, dict)
|
||||
{
|
||||
read(dict);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user