netgen/libsrc/meshing/boundarylayer.hpp

10 lines
123 B
C++
Raw Normal View History

2009-01-12 23:40:13 +00:00
#ifndef FILE_BOUNDARYLAYER
#define FILE_BOUNDARYLAYER
///
extern void InsertVirtualBoundaryLayer (Mesh & mesh);
#endif