From a9bfb223ff167eda8d15ecc81c052ca63f9b6500 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Sun, 8 Sep 2019 16:36:54 +0100 Subject: [PATCH] pointPatchField: Define typedef value_type locally as it is not inherited from UList --- .../fields/pointPatchFields/pointPatchField/pointPatchField.H | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H index 9c911b1102..d6ae57bd4f 100644 --- a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H +++ b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H @@ -101,6 +101,7 @@ class pointPatchField public: + typedef Type value_type; typedef pointPatch Patch; typedef calculatedPointPatchField Calculated;