From e7b37ed0099bc660c5f1f87cf9ee050948f242db Mon Sep 17 00:00:00 2001
From: Olivier Sauter <Olivier.Sauter@epfl.ch>
Date: Wed, 1 Feb 2023 03:28:01 +0100
Subject: [PATCH] test and add new jet stuff

---
 matlab/JET/psinrzjet.m | 1 -
 1 file changed, 1 deletion(-)

diff --git a/matlab/JET/psinrzjet.m b/matlab/JET/psinrzjet.m
index b495f9bb..efb26f90 100644
--- a/matlab/JET/psinrzjet.m
+++ b/matlab/JET/psinrzjet.m
@@ -122,7 +122,6 @@ end
 
 % mapflux contruit la carte de flux psin sur (r,z)
 psinrz=mapflux_fast(cij,0.01*ri,0.01*zi,r,z,idiag);
-keyboard
 if ncont>0
   figure
   contour(r,z,psinrz',ncont);
-- 
GitLab