Skip to content
Snippets Groups Projects
Commit e0e457bd authored by Andrew Heather's avatar Andrew Heather
Browse files

STYLE: Updated to read from parent instead of skipping to base class

parent 4abc7a92
No related merge requests found
......@@ -158,7 +158,7 @@ Foam::functionObjects::regionFunctionObject::~regionFunctionObject()
bool Foam::functionObjects::regionFunctionObject::read(const dictionary& dict)
{
return functionObject::read(dict);
return stateFunctionObject::read(dict);
}
......
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