Changeset 22113


Ignore:
Timestamp:
09/19/17 16:00:12 (8 years ago)
Author:
Eric.Larour
Message:

CHG: make this an error instead of a warnign.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/branches/trunk-larour-NatGeoScience2016/src/m/classes/sealevelmodel.m ΒΆ

    r21759 r22113  
    5454                        for i=1:length(slm.icecaps),
    5555                                if slm.icecaps{i}.mesh.numberofvertices ~= length(slm.earth.slr.transitions{i}),
    56                                         warning('sealevelmodel checkconsistenty issue with size of transition vectors!');
     56                                        error(['sealevelmodel checkconsistenty issue with size of transition vector for ice cap: ' num2str(i) ' name: ' slm.icecaps{i}.miscellaneous.name]);
    5757                                end
    5858                        end
Note: See TracChangeset for help on using the changeset viewer.