mirror of https://github.com/CGAL/cgal
Fix copy-paste error in assertion
This commit is contained in:
parent
82d1ac525d
commit
fe6cffce81
|
|
@ -68,7 +68,7 @@ int main()
|
|||
assert(almost_equal(monge_form.coefficients()[0], -0.2, precision)
|
||||
|| almost_equal(monge_form.coefficients()[0], 0.4, precision));
|
||||
assert(almost_equal(monge_form.coefficients()[1], -0.4, precision)
|
||||
|| almost_equal(monge_form.coefficients()[0], 0.2, precision));
|
||||
|| almost_equal(monge_form.coefficients()[1], 0.2, precision));
|
||||
std::cout << "success\n";
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue