diff --git a/tsg_util/preferencesForm.m b/tsg_util/preferencesForm.m index 01965abf8bc5d5808473b0de4029f205df36bc2e..fa75cabfae1e3e63b3a3d5c451ed3f35acbe5b04 100644 --- a/tsg_util/preferencesForm.m +++ b/tsg_util/preferencesForm.m @@ -876,7 +876,8 @@ uiwait(hPreferencesFig); % The climatology level are not the same between WOA and ISAS % ----------------------------------------------------------- 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 set(prefs.PREFERENCES_LEVITUS_DEPTH, 'string', {'5', '10'}); else diff --git a/tsg_util/tsg_preferences.m b/tsg_util/tsg_preferences.m index 7d90b30da4209fb72b7602270ba99fc3f45271c2..fad34f7401136d7b404cc684bbf9561af06b7647 100644 --- a/tsg_util/tsg_preferences.m +++ b/tsg_util/tsg_preferences.m @@ -30,6 +30,8 @@ waitbar( 1/10, wb, 'loading structure tsg' ); % Construct config file path % -------------------------- config_file = [prefdir, filesep, app_name, '.mat']; +% debug +% config_file % Open config file % ----------------