00001 #include "curve.cpp" 00002 00003 namespace PLib { 00004 00005 #ifdef NO_IMPLICIT_TEMPLATES 00006 00007 template class ParaCurve<float,2> ; 00008 template class ParaCurve<float,3> ; 00009 00010 #endif 00011 00012 }