Closed OmarHarib closed 6 years ago
Fixed missing return.
Also, #define TOLERANCE 1e-10 can conflict with definitions in other headers (since preprocessor definitions are not in the namespace). Instead I think it is better to have it be a global extern const variable.
#define TOLERANCE 1e-10
Fixed missing return.