functionObjects::fieldExpression: Rationalised setting the field and result names
This commit is contained in:
@ -60,11 +60,8 @@ Foam::functionObjects::grad::grad
|
||||
const dictionary& dict
|
||||
)
|
||||
:
|
||||
fieldExpression(name, runTime, dict)
|
||||
{
|
||||
setResultName(typeName);
|
||||
read(dict);
|
||||
}
|
||||
fieldExpression(name, runTime, dict, typeName)
|
||||
{}
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * //
|
||||
|
||||
Reference in New Issue
Block a user