Changeset 2322


Ignore:
Timestamp:
09/25/09 08:28:32 (15 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

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

    r2321 r2322  
    378378
    379379        %SINGULAR
    380         if ~any(sum(md.spcvelocity(:,1:3),2)==2),
     380        if ~any(sum(md.spcvelocity(:,1:2),2)==2),
    381381                disp(['model ' md.name ' is not well posed (singular). You need at least one grid with fixed velocity!'])
    382382                bool=0;return;
Note: See TracChangeset for help on using the changeset viewer.