commit 86c08ff79999b1bcf9a125ba5426fd8dd2570a94
parent f25c39dce7915cbd29fabe0e3d63e412ac52e54a
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 26 Mar 2021 16:28:56 +0100
Rm a atrstm_at warning message
Do not log anything if the returned primitive is NONE
Diffstat:
1 file changed, 0 insertions(+), 8 deletions(-)
diff --git a/src/atrstm.c b/src/atrstm.c
@@ -340,14 +340,6 @@ atrstm_at
goto error;
}
- /* No primitive found */
- if(SUVM_PRIMITIVE_NONE(prim)) {
- log_warn(atrstm,
- "%s: the position {%g, %g, %g} does not belong to the semi-transparent "
- "medium.\n", FUNC_NAME, SPLIT3(pos));
- goto exit;
- }
-
exit:
return res;
error: