pointPatchField: Define typedef value_type locally as it is not inherited from UList
This commit is contained in:
@ -101,6 +101,7 @@ class pointPatchField
|
||||
|
||||
public:
|
||||
|
||||
typedef Type value_type;
|
||||
typedef pointPatch Patch;
|
||||
typedef calculatedPointPatchField<Type> Calculated;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user