From e28d7ae3e6fe5b675764d7685a10c98ea8e8f0db Mon Sep 17 00:00:00 2001
From: Olivier Sauter <Olivier.Sauter@epfl.ch>
Date: Thu, 3 Feb 2022 13:42:00 +0100
Subject: [PATCH] add some info where it crashes in automatic anasrv run

---
 matlab/TCV/gdat_tcv.m | 1 -
 1 file changed, 1 deletion(-)

diff --git a/matlab/TCV/gdat_tcv.m b/matlab/TCV/gdat_tcv.m
index d618cabb..35a66030 100644
--- a/matlab/TCV/gdat_tcv.m
+++ b/matlab/TCV/gdat_tcv.m
@@ -3758,7 +3758,6 @@ t_eq = t_psi(iround_os(t_psi,t_th));
 % seems it has an error during automtic postshot but not when rerunning manually, hence add some info to log
 try
   psi = psitbxtcv(gdat_data.shot,t_eq,'*0',psitbx_str);
-  aa=pp;
 catch ME
   warning('problems with: psi = psitbxtcv(gdat_data.shot,t_eq,''*0'',psitbx_str);');
   fprintf('\n%s%d\n','gdat_data.shot = ',gdat_data.shot);
-- 
GitLab