Skip to content
Snippets Groups Projects
Commit 4fbb59de authored by Mark Olesen's avatar Mark Olesen
Browse files

STYLE: rename MeshedSurfaceProxyCore -> MeshedSurfaceProxys for consistency

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