From a13d4a989b3be50fcad5a47cbd2b6759ba4d1dae Mon Sep 17 00:00:00 2001 From: Luke Simons <luke.simons@epfl.ch> Date: Wed, 23 Apr 2025 14:07:30 +0200 Subject: [PATCH] Changed warning to disp --- matlab/TCV_IMAS/tcv2ids.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/TCV_IMAS/tcv2ids.m b/matlab/TCV_IMAS/tcv2ids.m index 1cc251d..7c0a293 100644 --- a/matlab/TCV_IMAS/tcv2ids.m +++ b/matlab/TCV_IMAS/tcv2ids.m @@ -36,7 +36,7 @@ try cocos_out_default=11; end catch - warning('IMAS_VERSION undefined, assuming cocos_out=17'); + disp('IMAS_VERSION undefined, assuming cocos_out=17'); end % initialize input parser -- GitLab