cgal/SMDS_3/include/CGAL
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
..
IO CGAL: Address Wunused-but-set-variable 2025-08-21 13:13:29 +01:00
SMDS_3 Tetrahedral remeshing - add a test (#8953) 2025-10-17 10:32:30 +02:00
Compact_simplicial_mesh_cell_base_3.h Merge remote-tracking branch 'cgal/6.0.x-branch' 2025-05-30 12:27:15 +02:00
Mesh_complex_3_in_triangulation_3.h refactor write_MEDIT 2025-05-20 16:49:02 +02:00
Simplicial_mesh_cell_base_3.h Merge remote-tracking branch 'cgal/6.0.x-branch' 2025-05-30 12:27:15 +02:00
Simplicial_mesh_vertex_base_3.h initialize to -2, to use the debugging assertions 2025-01-31 18:09:07 +01:00
facets_in_complex_3_to_triangle_mesh.h restore coherant orientation of faces 2025-03-20 10:53:53 +01:00
tetrahedron_soup_to_triangulation_3.h fix compilation when tetrahedron_soup_to_triangulation_3() is called without NP 2025-06-04 10:44:35 +02:00