- remove verbose output.

This commit is contained in:
Sylvain Pion 2003-01-14 18:09:25 +00:00
parent 050ffe9ca5
commit 0ee55e897c
1 changed files with 0 additions and 6 deletions

View File

@ -201,12 +201,6 @@ int main()
T111.insert(wp11);
T111.insert(wp12);
for(Cls::Finite_vertices_iterator vit = T111.finite_vertices_begin();
vit != T111.finite_vertices_end(); vit++){
std::cout << "Point : " << vit->point().point() << " Weight: "
<< vit->point().weight() << " " << std::endl;
}
assert(T111.is_valid());
}