epsilon was set too small (below machine epsilon)
This commit is contained in:
@@ -22,8 +22,8 @@ subject to the following restrictions:
|
|||||||
#include <stdio.h> //for debug printf
|
#include <stdio.h> //for debug printf
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//must be above the machine epsilon
|
||||||
#define REL_ERROR2 1.0e-10f
|
#define REL_ERROR2 1.0e-6f
|
||||||
|
|
||||||
|
|
||||||
#ifdef __SPU__
|
#ifdef __SPU__
|
||||||
|
|||||||
Reference in New Issue
Block a user