Changeset 23503


Ignore:
Timestamp:
12/05/18 10:31:26 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added backward compatibility

Location:
issm/trunk-jpl/src/m/classes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/hydrologypism.m

    r23156 r23503  
    2525                        list = {'Watercolumn'};
    2626                end % }}}   
    27 
    2827                function self = setdefaultparameters(self) % {{{
    2928
  • issm/trunk-jpl/src/m/classes/model.m

    r23434 r23503  
    148148                                disp('Warning: md.settings had to be reset, make sure to adjust md.settings.output_frequency and other fields');
    149149                                md.settings = issmsettings();
     150                        end
     151                        %2018 Dec 1st
     152                        if md.settings.sb_coupling_frequency==0
     153                                md.settings.sb_coupling_frequency=1;
    150154                        end
    151155
Note: See TracChangeset for help on using the changeset viewer.