Changeset 13729


Ignore:
Timestamp:
10/18/12 08:28:57 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: removed call to verLessThan, taking too long for NR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/consistency/ismodelselfconsistent.m

    r13646 r13729  
    2828
    2929        %Check consistency of the object
    30         if verLessThan('matlab', '7.6')
    31                 md=checkconsistency(md.(field),md,solution,analyses);
    32         else
    33                 md=md.(field).checkconsistency(md,solution,analyses);
    34         end
     30        md=checkconsistency(md.(field),md,solution,analyses);
    3531end
    3632
Note: See TracChangeset for help on using the changeset viewer.