QHull library - Set #define REALfloat 0 to use doubles instead of floats. This fixes #7377

This commit is contained in:
enricoturri1966
2021-12-01 12:22:37 +01:00
parent 56526d084d
commit 8609bb9363

View File

@@ -139,7 +139,7 @@ Code flags --
REALfloat = 1 all numbers are 'float' type
= 0 all numbers are 'double' type
*/
#define REALfloat 1
#define REALfloat 0
#if (REALfloat == 1)
#define realT float