mirror of https://github.com/CGAL/cgal
undo some unvolunteer changes
This commit is contained in:
parent
65b831114e
commit
17a495bbda
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue