Changeset 24889 for issm/trunk-jpl/src/m/classes/slr.m
- Timestamp:
- 05/22/20 10:13:54 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/slr.m
r24729 r24889 100 100 if ~ismember('SealevelriseAnalysis',analyses) | (strcmp(solution,'TransientSolution') & md.transient.isslr==0), 101 101 return; 102 end103 104 %check that the mask is a maskpsl class type, otherwise, we won't be able to run very far105 %with the slr solution:106 if ~strcmpi(class(md.mask),'maskpsl'),107 error('slr error message: model mask should be of the ''maskpsl'' class');108 102 end 109 103
Note:
See TracChangeset
for help on using the changeset viewer.