Changeset 24738


Ignore:
Timestamp:
04/24/20 18:38:34 (5 years ago)
Author:
schlegel
Message:

CHG: add load fix for constrainsurfaceT in Gemb

File:
1 edited

Legend:

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

    r24727 r24738  
    181181                        if isa(md.dsl,'double') | isempty(md.dsl.compute_fingerprints)
    182182                                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
    183191                        end
    184192                end% }}}
Note: See TracChangeset for help on using the changeset viewer.