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
- src/surfMesh/MeshedSurfaceAllocator/MeshedSurfaceIOAllocator.H 8 additions, 8 deletions...urfMesh/MeshedSurfaceAllocator/MeshedSurfaceIOAllocator.H
- src/surfMesh/surfMesh/surfMesh.C 19 additions, 43 deletionssrc/surfMesh/surfMesh/surfMesh.C
- src/surfMesh/surfMesh/surfMesh.H 11 additions, 22 deletionssrc/surfMesh/surfMesh/surfMesh.H
Please register or sign in to comment