Skip to content
Snippets Groups Projects
Commit a37c58ae authored by mark's avatar mark
Browse files

STYLE: rename MeshedSurfaceProxyCore -> MeshedSurfaceProxys for consistency

- it doesn't actually contain 'core' code, but rather various
  instances of MeshedSurfaceProxy.
parent 63c185f2
No related branches found
No related tags found
1 merge request!77Surface declutter - issue #294
...@@ -7,7 +7,7 @@ MeshedSurface/MeshedSurfaceCore.C ...@@ -7,7 +7,7 @@ MeshedSurface/MeshedSurfaceCore.C
MeshedSurface/MeshedSurfaces.C MeshedSurface/MeshedSurfaces.C
UnsortedMeshedSurface/UnsortedMeshedSurfaces.C UnsortedMeshedSurface/UnsortedMeshedSurfaces.C
MeshedSurfaceProxy/MeshedSurfaceProxyCore.C MeshedSurfaceProxy/MeshedSurfaceProxys.C
mergedSurf/mergedSurf.C mergedSurf/mergedSurf.C
......
...@@ -30,7 +30,7 @@ Description ...@@ -30,7 +30,7 @@ Description
SourceFiles SourceFiles
MeshedSurfaceProxy.C MeshedSurfaceProxy.C
MeshedSurfaceProxyCore.C MeshedSurfaceProxys.C
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation | Copyright (C) 2016 OpenCFD Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of OpenFOAM. This file is part of OpenFOAM.
...@@ -46,6 +46,7 @@ namespace Foam ...@@ -46,6 +46,7 @@ namespace Foam
makeSurface(MeshedSurfaceProxy, face) makeSurface(MeshedSurfaceProxy, face)
makeSurface(MeshedSurfaceProxy, triFace) makeSurface(MeshedSurfaceProxy, triFace)
makeSurface(MeshedSurfaceProxy, labelledTri)
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment