Changeset 5702


Ignore:
Timestamp:
09/08/10 09:43:57 (15 years ago)
Author:
seroussi
Message:

minor chck

File:
1 edited

Legend:

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

    r5619 r5702  
    165165if ~ismember(md.lowmem,[0 1]),
    166166        error(['model not consistent: model ' md.name ' lowmem field should be 0 or 1']);
     167end
     168%}}}
     169%SCALAR
     170if ~isscalar(md.control_type),
     171        error('model not consistent: md.control_type should be a scalar');
    167172end
    168173%}}}
Note: See TracChangeset for help on using the changeset viewer.