commit eeeee1fdba9c7282a5e056efe67c5a9747a6d4c4
parent 32cc436d82eeaa05e2bd6b5b50eaf4a06aab1e4e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 15 Jul 2022 10:33:25 +0200
Make Star-3D quiet independently of the verbose argument
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/rngrd_setup_mesh.c b/src/rngrd_setup_mesh.c
@@ -217,7 +217,7 @@ setup_s3d(struct rngrd* ground, struct smsh_desc* smsh_desc)
res_T res = RES_OK;
res = s3d_device_create
- (ground->logger, ground->allocator, ground->verbose, &ground->s3d);
+ (ground->logger, ground->allocator, 0/*Make Star3D quiet*/, &ground->s3d);
if(res != RES_OK) goto error;
res = s3d_shape_create_mesh(ground->s3d, &mesh);