Changeset 2282


Ignore:
Timestamp:
09/23/09 11:53:14 (15 years ago)
Author:
Mathieu Morlighem
Message:

minor: no vertical spc mandatory

File:
1 edited

Legend:

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

    r2267 r2282  
    219219
    220220        %SINGULAR
    221         if ~any(sum(md.spcvelocity(:,1:3),2)==3),
     221        if ~any(sum(md.spcvelocity(:,1:2),2)==2),
    222222                disp(['model ' md.name ' is not well posed (singular). You need at least one grid with fixed velocity!'])
    223223                bool=0;return;
Note: See TracChangeset for help on using the changeset viewer.