Changeset 20130


Ignore:
Timestamp:
02/11/16 19:35:07 (9 years ago)
Author:
Eric.Larour
Message:

CHG: do not warn when saving an slm model!

File:
1 edited

Legend:

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

    r17259 r20130  
    223223
    224224                        %check that md is a model
    225                         if ~isa(md,'model'), warning('second argument is not a model'); end
     225                        if ~isa(md,'model') & ~isa(md,'sealevelmodel'), warning('second argument is not a model'); end
    226226                        if (org.currentstep>length(org.steps)), error(['organizer error message: element with id ' num2str(org.currentstep) ' not found']); end
    227227
Note: See TracChangeset for help on using the changeset viewer.