This commit is contained in:
Andreas Fabri
2021-05-01 17:04:52 +02:00
parent 20d1629e1b
commit 4e1ebec30a
4 changed files with 6 additions and 7 deletions
@@ -845,7 +845,7 @@ namespace HomogeneousKernelFunctors {
operator()(const Segment_2& s1, const Segment_2& s2) const
{
return (*this)(s1.source(), s1.target(),
s2.source(), s2.target());
s2.source(), s2.target());
}
result_type