Changeset 22194


Ignore:
Timestamp:
10/26/17 16:27:05 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added backward compatibility check

File:
1 edited

Legend:

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

    r22040 r22194  
    138138                        %2017 Aug 29th
    139139                        if isa(md.love,'double'); md.love=fourierlove(); end
     140                        %2017 Oct 26th
     141                        if isa(md.calving,'calvingdev')
     142                                disp('Warning: calvingdev is now calvingvonmises');
     143                                md.calving=calvingvonmises(md.calving);
     144                        end
    140145
    141146                end% }}}
Note: See TracChangeset for help on using the changeset viewer.