Changeset 2702


Ignore:
Timestamp:
12/03/09 10:30:29 (15 years ago)
Author:
seroussi
Message:

added check in riftfraction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/plot/plot_riftfraction.m

    r2695 r2702  
    66%
    77%   See also: PLOTMODEL
     8
     9%check that there is something in riftproperties
     10if isnan(md.riftproperties),
     11        error('plot_riftfraction error message: field riftproperies is empty, run the model first')
     12end
    813
    914%process data and model
Note: See TracChangeset for help on using the changeset viewer.