undo some unvolunteer changes

This commit is contained in:
Mariette Yvinec 2002-04-11 14:31:57 +00:00
parent 65b831114e
commit 17a495bbda
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,9 @@
Package triangulation: provides triangulations Delaunay triangulations,
constrained and regular triangulations with tests and examples.
Ver 7.22
- doc fixes
Ver 7.21 (11/04/02)
- again a fix for VC7
- splitted manual pages for Handle

View File

@ -80,9 +80,7 @@ _test_cls_hierarchy_2()
assert(h.is_subconstrained_edge(v[1],v[5]));
assert(h.is_constrained_edge(v[1],v[2]));
H_constraint_list hcl;
h.print();
h.enclosing_constraints(v[1], v[5], hcl);
h.print();
assert(hcl.size() == 2);
//h.print();