From 0ba2d0ef8c43ad81d00807e3fedf3f98314b42c2 Mon Sep 17 00:00:00 2001
From: Olivier Sauter <olivier.sauter@epfl.ch>
Date: Tue, 6 Jun 2017 12:57:37 +0000
Subject: [PATCH] rm keyboard

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@7469 d63d8f72-b253-0410-a779-e742ad2e26cf
---
 crpptbx/JET/gdat_jet.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crpptbx/JET/gdat_jet.m b/crpptbx/JET/gdat_jet.m
index 19f65b7c..54fa7dd2 100644
--- a/crpptbx/JET/gdat_jet.m
+++ b/crpptbx/JET/gdat_jet.m
@@ -305,7 +305,7 @@ if strcmp(mapping_for_jet.method,'signal')
   elseif isfield(mapping_for_jet,'units')
     gdat_data.units =mapping_for_jet.units;
   end
-  keyboard
+  % keyboard
   if mapping_for_jet.gdat_timedim>0 && mapping_for_jet.gdat_timedim ~= mapping_for_jet.timedim
     % shift timedim to gdat_timedim data(i,j,...itime,k,...) -> data(i,inewtime,j,...,k,...)
     % note that this means that gdat_data.x and gdat_data.t are same and correct, 
-- 
GitLab