00001 #ifndef boundarycomplex_HEADER 00002 #define boundarycomplex_HEADER 00003 00004 #include "cell.h" 00005 #include "cellcomplex.h" 00006 00007 typedef CellComplex<class BoundaryVertex, class BoundaryEdge, class BoundaryFace, BoundaryTuple> BoundaryComplex; 00008 00009 #endif