Changeset 26080


Ignore:
Timestamp:
03/11/21 20:05:30 (4 years ago)
Author:
Mathieu Morlighem
Message:

BUG: wrong syntax

File:
1 edited

Legend:

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

    r26059 r26080  
    8383                        for i=1:length(slm.icecaps),
    8484                                md= slm.icecaps{i};
    85                                 if md.solidearthsettings.isgrd~=slm.earth.solidearthsettings.isgrd),
     85                                if md.solidearthsettings.isgrd~=slm.earth.solidearthsettings.isgrd
    8686                                        error(sprintf('isgrd on ice cap %s is not the same as for the earth\n',md.miscellaneous.name));
    8787                                end
Note: See TracChangeset for help on using the changeset viewer.