From 0165b58142e468f2642e427de164a6622ee7c147 Mon Sep 17 00:00:00 2001
From: Olivier Sauter <olivier.sauter@epfl.ch>
Date: Tue, 15 Sep 2015 06:12:32 +0000
Subject: [PATCH] minor debug tool

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@4993 d63d8f72-b253-0410-a779-e742ad2e26cf
---
 crpptbx/AUG/run_torbeam_fullshot.m | 1 -
 1 file changed, 1 deletion(-)

diff --git a/crpptbx/AUG/run_torbeam_fullshot.m b/crpptbx/AUG/run_torbeam_fullshot.m
index 52ea9891..6bdaa684 100644
--- a/crpptbx/AUG/run_torbeam_fullshot.m
+++ b/crpptbx/AUG/run_torbeam_fullshot.m
@@ -88,7 +88,6 @@ if shot>0
 	disp(['running system ' num2str(igyro) '...']);
 	for j=1:length(itt_tok)
 	  if pgyro_tok(j)>1e5
-	    % keyboard
 	    [a,b]=unix(['~rem/public/tbm_demo/tbmdemo -batch -silent -shot ' num2str(shot) ' -time ' num2str(time_array(itt_tok(j))) ' -system ' num2str(igyro) ' -ntm ' dousedcr ' ' dousebetapol ' -eqdiag EQI  -usemirror -cdrive 1 >> ' ['.' filename]]); % -exp AUGE
 	  end
 	end
-- 
GitLab