35 #ifndef uniformGeometricFields_H
36 #define uniformGeometricFields_H
48 #define typedefUniformGeometricTypeField(Type, nullArg) \
49 typedef UniformGeometricField<Type> \
50 CAT3(uniformGeometric, CAPITALIZE(Type), Field); \
Include the header files for all the primitive types that Fields are instantiated for.
FOR_ALL_FIELD_TYPES(makeDimensionedPointFieldFunctions)