functionObject::fieldExpression: Corrected construction of the result field name
This commit is contained in:
@ -70,8 +70,8 @@ protected:
|
||||
|
||||
void setResultName
|
||||
(
|
||||
const word& typeName,
|
||||
const wordList& defaultArg = wordList::null()
|
||||
const word& functionName,
|
||||
const wordList& defaultFieldNames = wordList::null()
|
||||
);
|
||||
|
||||
//- Call 'calcFieldType' for the given functionObject
|
||||
|
||||
Reference in New Issue
Block a user