00001 #ifdef HAVE_CONFIG_H 00002 # include "tumble-conf.h" 00003 #endif 00004 00005 #include "boundarycomplex.h" 00006 #include "cellcomplex_C.h" 00007 00008 /* Instantiate all the functions. Compile errors will be here, and 00009 changes in boundarymesh.C won't cause recompiling the entire 00010 cell-complex code. */ 00011 template class CellComplex<BoundaryVertex,BoundaryEdge,BoundaryFace,BoundaryTuple>;
1.5.2