mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 08:06:06 +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
|
||||
= 0 all numbers are 'double' type
|
||||
*/
|
||||
#define REALfloat 1
|
||||
#define REALfloat 0
|
||||
|
||||
#if (REALfloat == 1)
|
||||
#define realT float
|
||||
|
Loading…
x
Reference in New Issue
Block a user