Changeset 11806


Ignore:
Timestamp:
03/29/12 11:01:47 (13 years ago)
Author:
Mathieu Morlighem
Message:

Added Bathymetry check

File:
1 edited

Legend:

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

    r10969 r11806  
    3939                                checkmessage(['equality thickness=surface-bed violated']);
    4040                        end
     41                        if solution==TransientSolutionEnum & md.transient.isgroundingline,
     42                                checkfield(md,'geometry.bathymetry','NaN',1,'size',[md.mesh.numberofvertices 1]);
     43                        end
    4144                end % }}}
    4245                function disp(obj) % {{{
Note: See TracChangeset for help on using the changeset viewer.