mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: change MeshedSurface 'faces' access to 'surfFaces' (related to issue #104)
- use surfFaces() to return the templated list of faces. This frees up the method 'faces()' to be used as a virtual method, which will be needed at a later stage.
This commit is contained in:
@ -5,5 +5,4 @@ EXE_INC = \
|
||||
|
||||
LIB_LIBS = \
|
||||
-ltriSurface \
|
||||
-lsurfMesh \
|
||||
-lfileFormats
|
||||
-lsurfMesh
|
||||
|
||||
Reference in New Issue
Block a user