From 20c842a4f108b4d8a9ad796def2059555e46a5d7 Mon Sep 17 00:00:00 2001 From: Olivier Sauter <olivier.sauter@epfl.ch> Date: Fri, 9 Feb 2024 10:11:16 +0100 Subject: [PATCH] add ; to avoid display --- matlab/TCV/gdat_tcv.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/TCV/gdat_tcv.m b/matlab/TCV/gdat_tcv.m index ea0a4a1d..d673de36 100644 --- a/matlab/TCV/gdat_tcv.m +++ b/matlab/TCV/gdat_tcv.m @@ -829,7 +829,7 @@ elseif strcmp(mapping_for_tcv.method,'switchcase') case {'b0'} % B0 at R0=0.88 r0exp=0.88; - added_correction_str='' + added_correction_str=''; if isfield(gdat_data.gdat_params,'source') && ~isempty(gdat_data.gdat_params.source) ... && length(gdat_data.gdat_params.source)>=5 && strcmp(lower(gdat_data.gdat_params.source(1:5)),'liuqe') % expect liuqe or liuqe.m to have liuqe time-base, otherwise give full time base -- GitLab