From 7b282a75c1e2403cdf7d449562aa0a136507c35a Mon Sep 17 00:00:00 2001
From: Antonia Frank <antonia.frank@epfl.ch>
Date: Thu, 8 Aug 2024 18:01:34 +0200
Subject: [PATCH] Rephrase msg for gdat_tcv

---
 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 44d240e8..7bf32e2f 100644
--- a/matlab/TCV/gdat_tcv.m
+++ b/matlab/TCV/gdat_tcv.m
@@ -1765,7 +1765,7 @@ elseif strcmp(mapping_for_tcv.method,'switchcase')
                 msg = 'write_pyro(shot) found active launchers, but TORAY nodes are not filled, check hldsi(shot), and (ask to) relaunch TORAY.';
               end
             else
-              msg = 'No active launchers in this shot. There was probably no EC in this shot.';
+              msg = 'Run gdat(shot,''ec_data'',''ec_inputs'',1) to check whether there were active launchers in this shot or not.';
             end
           elseif ~isempty(gdat_data.gdat_params.trialindx)
             msg = 'Is the trial index filled? Check TORAY nodes with hdlsi(shot).';
-- 
GitLab