Skip to content
Snippets Groups Projects
Commit 47e62b03 authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

add and comment debug

parent d16ac4aa
No related branches found
No related tags found
No related merge requests found
...@@ -876,7 +876,8 @@ uiwait(hPreferencesFig); ...@@ -876,7 +876,8 @@ uiwait(hPreferencesFig);
% The climatology level are not the same between WOA and ISAS % The climatology level are not the same between WOA and ISAS
% ----------------------------------------------------------- % -----------------------------------------------------------
function update_climato_depth(obj, event) function update_climato_depth(obj, event)
disp(get(prefs.PREFERENCES_LEVITUS_VALUE, 'value')) % debug
% disp(get(prefs.PREFERENCES_LEVITUS_VALUE, 'value'))
if get(prefs.PREFERENCES_LEVITUS_VALUE, 'value') == 3 if get(prefs.PREFERENCES_LEVITUS_VALUE, 'value') == 3
set(prefs.PREFERENCES_LEVITUS_DEPTH, 'string', {'5', '10'}); set(prefs.PREFERENCES_LEVITUS_DEPTH, 'string', {'5', '10'});
else else
......
...@@ -30,6 +30,8 @@ waitbar( 1/10, wb, 'loading structure tsg' ); ...@@ -30,6 +30,8 @@ waitbar( 1/10, wb, 'loading structure tsg' );
% Construct config file path % Construct config file path
% -------------------------- % --------------------------
config_file = [prefdir, filesep, app_name, '.mat']; config_file = [prefdir, filesep, app_name, '.mat'];
% debug
% config_file
% Open config file % Open config file
% ---------------- % ----------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment