Changeset 22194
- Timestamp:
- 10/26/17 16:27:05 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/model.m
r22040 r22194 138 138 %2017 Aug 29th 139 139 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 140 145 141 146 end% }}}
Note:
See TracChangeset
for help on using the changeset viewer.