Skip to content

Commit

Permalink
QHull library - Set #define REALfloat 0 to use doubles instead of flo…
Browse files Browse the repository at this point in the history
…ats. This fixes #7377
  • Loading branch information
enricoturri1966 committed Dec 1, 2021
1 parent fcc13d1 commit da7d462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qhull/src/libqhull_r/user_r.h
Expand Up @@ -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
Expand Down

0 comments on commit da7d462

Please sign in to comment.