mirror of https://github.com/CGAL/cgal
- Cosmetic.
This commit is contained in:
parent
2fa98cb482
commit
fecbcb8da5
|
|
@ -60,8 +60,7 @@ bool square_root_test()
|
|||
};
|
||||
DEBUG( std::cout << i; )
|
||||
a -= 1;
|
||||
return i==54
|
||||
&& a.sup() == - a.inf()
|
||||
return i==54 && a.sup() == - a.inf()
|
||||
&& a.sup() == 1/(1024.0*1024*1024*1024*1024*4);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue