mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 15:25:58 +08:00
QHull library - Set #define REALfloat 0 to use doubles instead of floats. This fixes #7377
This commit is contained in:
parent
fcc13d1665
commit
da7d462224
@ -139,7 +139,7 @@ Code flags --
|
|||||||
REALfloat = 1 all numbers are 'float' type
|
REALfloat = 1 all numbers are 'float' type
|
||||||
= 0 all numbers are 'double' type
|
= 0 all numbers are 'double' type
|
||||||
*/
|
*/
|
||||||
#define REALfloat 1
|
#define REALfloat 0
|
||||||
|
|
||||||
#if (REALfloat == 1)
|
#if (REALfloat == 1)
|
||||||
#define realT float
|
#define realT float
|
||||||
|
Loading…
x
Reference in New Issue
Block a user