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