From 6cd213b808ad527dd0d2e1b3d7553d86ece6e36b Mon Sep 17 00:00:00 2001 From: cabanesc <38859979+cabanesc@users.noreply.github.com> Date: Thu, 5 Jul 2018 10:23:55 +0200 Subject: [PATCH] remove keyboard forgotten in retr_region_ow.m --- matlab_codes/retr_region_ow.m | 1 - 1 file changed, 1 deletion(-) diff --git a/matlab_codes/retr_region_ow.m b/matlab_codes/retr_region_ow.m index 20fcfa1..9391c1c 100755 --- a/matlab_codes/retr_region_ow.m +++ b/matlab_codes/retr_region_ow.m @@ -55,7 +55,6 @@ end elseif ntyp == 4 % the 4th column denotes Argo data lo_box_data = load( strcat( po_config_data.HISTORICAL_DIRECTORY, po_config_data.HISTORICAL_ARGO_PREFIX, sprintf( '%4d', pa_wmo_numbers(ln_index,1)))); - keyboard % exclude Argo float being analysed from the Argo reference data selection, % must do this step before concatenating the vectors, because "index" comes % from "get_region_ow.m", which includes this step ---------------------