mirror of https://github.com/CGAL/cgal
Wrong variable name.
This commit is contained in:
parent
63056df061
commit
deb6edcb1f
|
|
@ -480,7 +480,7 @@ public:
|
|||
(this->vertex(0)->point(),
|
||||
this->vertex(1)->point(),
|
||||
this->vertex(2)->point(),
|
||||
this->vertex(3)->point()) == *circumcenter);
|
||||
this->vertex(3)->point()) == *circumcenter_);
|
||||
}
|
||||
return *circumcenter_;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue