Changeset 18579


Ignore:
Timestamp:
10/06/14 12:20:22 (10 years ago)
Author:
bdef
Message:

CHG:changing test to avoid spc necessity on non all floating domain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/stressbalance.m

    r18492 r18579  
    141141
    142142                        %singular solution
    143                         if ~(any(~isnan(md.stressbalance.spcvx)) | any(~isnan(md.stressbalance.spcvy))),
     143                        if ((~(any(~isnan(md.stressbalance.spcvx)) | any(~isnan(md.stressbalance.spcvy)))) & ~any(md.mask.groundedice_levelset>0)),
    144144                                md = checkmessage(md,['model is not well posed (singular). You need at least one node with fixed velocity!']);
    145145                        end
Note: See TracChangeset for help on using the changeset viewer.