gmio/tests/fake_support/opencascade/Precision.hxx

11 lines
145 B
C++
Raw Normal View History

#ifndef _Precision_HeaderFile
#define _Precision_HeaderFile
class Precision
{
public:
static double Confusion() { return 1e-6; }
};
#endif