From e0e457bd7de2e41a38dec637131b10d91dea934c Mon Sep 17 00:00:00 2001 From: Andrew Heather Date: Mon, 26 Jun 2017 13:21:34 +0100 Subject: [PATCH] STYLE: Updated to read from parent instead of skipping to base class --- .../functionObjects/regionFunctionObject/regionFunctionObject.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenFOAM/db/functionObjects/regionFunctionObject/regionFunctionObject.C b/src/OpenFOAM/db/functionObjects/regionFunctionObject/regionFunctionObject.C index b1d9f5f59f..e976c4c689 100644 --- a/src/OpenFOAM/db/functionObjects/regionFunctionObject/regionFunctionObject.C +++ b/src/OpenFOAM/db/functionObjects/regionFunctionObject/regionFunctionObject.C @@ -158,7 +158,7 @@ Foam::functionObjects::regionFunctionObject::~regionFunctionObject() bool Foam::functionObjects::regionFunctionObject::read(const dictionary& dict) { - return functionObject::read(dict); + return stateFunctionObject::read(dict); }