commit 5552792081ab85dcd3d2d2f0d25b6bd591a15381
parent ea6fa0365d15d5663ce433a23ba5a1d570cb2bcb
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Tue, 16 Jul 2024 15:02:28 +0200
Remove wrong comments
Diffstat:
2 files changed, 0 insertions(+), 13 deletions(-)
diff --git a/src/test_senc3d_bad_grouping.c b/src/test_senc3d_bad_grouping.c
@@ -580,10 +580,6 @@ main(int argc, char** argv)
OK(mem_init_proxy_allocator(&allocator, &mem_default_allocator));
OK(senc3d_device_create(NULL, &allocator, SENC3D_NTHREADS_DEFAULT, 1, &dev));
- /* Create a scene with the cubes.
- * The enclosures in the small cubes contain medium 0, the external enclosure
- * contains medium 2, the enclosure between the small and big cubes
- * contains medium 1. */
ctx.positions = bat_1_S_glazing_vertices;
ctx.indices = bat_1_S_glazing_triangles;
ctx.properties = bat_1_S_glazing_properties;
diff --git a/src/test_senc3d_bad_grouping2.c b/src/test_senc3d_bad_grouping2.c
@@ -39,11 +39,6 @@
* +--------------------------+
*/
-
-
-
-
-
static const unsigned bad2_vertices_count = 24;
static const double bad2_vertices[72] =
{
@@ -167,10 +162,6 @@ main(int argc, char** argv)
OK(mem_init_proxy_allocator(&allocator, &mem_default_allocator));
OK(senc3d_device_create(NULL, &allocator, SENC3D_NTHREADS_DEFAULT, 1, &dev));
- /* Create a scene with the cubes.
- * The enclosures in the small cubes contain medium 0, the external enclosure
- * contains medium 2, the enclosure between the small and big cubes
- * contains medium 1. */
ctx.positions = bad2_vertices;
ctx.indices = bad2_triangles;
ctx.properties = bad2_properties;