/***************************************************************************** * "Irit" - the 3d polygonal solid modeller. * * * * Written by: Gershon Elber Ver 0.2, Mar. 1990 * ****************************************************************************** * General, visible to others, definitions of MathErr module: * *****************************************************************************/ #ifndef MATH_ERR_H #define MATH_ERR_H int MathError(char **FuncName); void PrintFPError(int Type); #endif /* MATH_ERR_H */