mirror of https://github.com/CGAL/cgal
Add parens to remove GCC warnings
This commit is contained in:
parent
60a380e2f4
commit
b7cfe82eb9
|
|
@ -482,7 +482,7 @@ public :
|
|||
|
||||
static void set_relative_precision_of_to_double(const double & d)
|
||||
{
|
||||
CGAL_assertion(0 < d & d < 1);
|
||||
CGAL_assertion((0 < d) & (d < 1));
|
||||
relative_precision_of_to_double = d;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue