Changeset 24738
- Timestamp:
- 04/24/20 18:38:34 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/model.m
r24727 r24738 181 181 if isa(md.dsl,'double') | isempty(md.dsl.compute_fingerprints) 182 182 md.dsl=dsl(); 183 end 184 %2020 April 24 185 if isa(md.smb,'SMBgemb') 186 if isa(md.smb.isconstrainsurfaceT,'double') 187 if prod(size(md.smb.isconstrainsurfaceT)) ~= 1 188 md.smb.isconstrainsurfaceT = 0; 189 end 190 end 183 191 end 184 192 end% }}}
Note:
See TracChangeset
for help on using the changeset viewer.