COMP: correct the internal reference types for surfMesh
- had a PrimitivePatch with SubField, but now use const pointField&. There is no derivation path from a pointIOField to SubField<point>, so a const reference makes more sense.
Showing
Please register or sign in to comment