cgal/SMDS_3
Sebastien Loriot 6f4bb669d6
Tetrahedral remeshing - add a test (#8953)
## Summary of Changes

Add a test that does
```
  c3t3 = make_mesh_3(domain);
  write_MEDIT(file, c3t3);
  read_MEDIT(file, tr);
  tetrahedral_isotropic_remeshing(tr);
```

to test the pipeline.

Adding this test is triggered by issue #8948, but it does not fix it.


## Release Management

* Affected package(s): Tetrahedral_remeshing
* License and copyright ownership:
2025-10-17 10:32:30 +02:00
..
doc/SMDS_3 Merge remote-tracking branch 'cgal/master' into Triangulation_3-CDT_3-lrineau 2025-06-10 11:18:38 +02:00
examples/SMDS_3 add c3t3.set_triangulation() 2025-04-25 10:40:37 +02:00
include/CGAL Tetrahedral remeshing - add a test (#8953) 2025-10-17 10:32:30 +02:00
package_info/SMDS_3 Merge pull request #8018 from janetournois/PMP-add_bbox_to_face_graph-jtournois 2024-04-05 14:25:17 +02:00
test/SMDS_3 Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/master' 2025-06-10 17:32:45 +02:00