mirror of https://github.com/CGAL/cgal
wrong constructor
This commit is contained in:
parent
8465f28c7c
commit
6844958df1
|
|
@ -408,7 +408,8 @@ public:
|
|||
num*=CGAL::ipower(Integer(2),p);
|
||||
denom=1;
|
||||
}
|
||||
Bound b(num,denom);
|
||||
Bound b(num);
|
||||
b /= Bound(denom);
|
||||
CGAL::simplify(b);
|
||||
return b;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue