--- nurbs/f_surface.cpp.orig 2008-02-13 22:31:09.000000000 +0100 +++ nurbs/f_surface.cpp 2008-02-13 22:31:32.000000000 +0100 @@ -20,21 +20,4 @@ return 0; } -#ifdef NO_IMPLICIT_TEMPLATES - - template class InterPoint ; - template class InterPoint ; - - template class BasicList > ; - template class BasicList > ; - - template class ParaSurface ; - template class ParaSurface ; - - template void intersectSurfaces(const ParaSurface&, const ParaSurface&, BasicList >&, int, float, float, float, float) ; - - template void intersectSurfaces(const ParaSurface&, const ParaSurface&, BasicList >&, int, float, float, float, float) ; - -#endif - }