Changeset 7322


Ignore:
Timestamp:
02/03/11 16:59:19 (14 years ago)
Author:
Mathieu Morlighem
Message:

No error message if hemisphere not provided

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk/src/m/model/plot/applyoptions.m ΒΆ

    r7316 r7322  
    1111if strcmpi(md.hemisphere,'n'), options=addfielddefault(options,'hemisphere','n');
    1212elseif strcmpi(md.hemisphere,'s'), options=addfielddefault(options,'hemisphere','s');
    13 else error('hemisphere field not present');
    1413end
    1514
Note: See TracChangeset for help on using the changeset viewer.