STYLE: relocate faceTriangulation, labelPairLookup into meshTools (issue #294)

- were in triSurface, but only actually used within meshTools
This commit is contained in:
Mark Olesen
2016-08-11 19:38:29 +02:00
parent f81c7a036c
commit c7a291aca8
5 changed files with 1 additions and 2 deletions

View File

@ -149,6 +149,7 @@ momentOfInertia/momentOfInertia.C
surfaceSets/surfaceSets.C surfaceSets/surfaceSets.C
triSurface/faceTriangulation/faceTriangulation.C
triSurface/orientedSurface/orientedSurface.C triSurface/orientedSurface/orientedSurface.C
triSurface/surfaceLocation/surfaceLocation.C triSurface/surfaceLocation/surfaceLocation.C

View File

@ -1,5 +1,3 @@
faceTriangulation/faceTriangulation.C
triSurface/triSurface.C triSurface/triSurface.C
triSurface/triSurfaceAddressing.C triSurface/triSurfaceAddressing.C
triSurface/stitchTriangles.C triSurface/stitchTriangles.C