This commit is contained in:
Eli Packer 2003-02-12 09:57:47 +00:00
parent 7a1a180715
commit 6bb38555a3
1 changed files with 4 additions and 4 deletions

View File

@ -185,10 +185,10 @@ int main(int argc,char *argv[])
<< "," << bb.max().y() << ")\n";
// test quadruple
CGAL::Quadruple<Largest_empty_rect::Point_2,
Largest_empty_rect::Point_2,
Largest_empty_rect::Point_2,
Largest_empty_rect::Point_2> q =
CGAL::Quadruple<Largest_empty_rect::Point,
Largest_empty_rect::Point,
Largest_empty_rect::Point,
Largest_empty_rect::Point> q =
empty_rectangle1.get_left_bottom_right_top();
std::cout << "test left_bottom_right_top is " << q.first << ", " << q.second << ", " << q.third << ", " << q.fourth << std::endl;
// complete