Changeset 2321


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

no vertical velocity spc required (to be modified for Stokes ...)

File:
1 edited

Legend:

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

    r2307 r2321  
    378378
    379379        %SINGULAR
    380         if ~any(sum(md.spcvelocity(:,1:3),2)==3),
     380        if ~any(sum(md.spcvelocity(:,1:3),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.