Wrong variable name.

This commit is contained in:
Clement Jamin 2014-07-16 17:05:22 +02:00
parent 63056df061
commit deb6edcb1f
1 changed files with 1 additions and 1 deletions

View File

@ -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_;
}