QHull library - Set #define REALfloat 0 to use doubles instead of floats. This fixes #7377
This commit is contained in:
parent
fcc13d1665
commit
da7d462224
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue