1#ifndef FILE_BOUNDARYLAYER 2#define FILE_BOUNDARYLAYER 3 4 5/// 6extern void InsertVirtualBoundaryLayer (Mesh & mesh); 7 8 9#endif 10 11