Changeset 2282
- Timestamp:
- 09/23/09 11:53:14 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/ismodelselfconsistent.m
r2267 r2282 219 219 220 220 %SINGULAR 221 if ~any(sum(md.spcvelocity(:,1: 3),2)==3),221 if ~any(sum(md.spcvelocity(:,1:2),2)==2), 222 222 disp(['model ' md.name ' is not well posed (singular). You need at least one grid with fixed velocity!']) 223 223 bool=0;return;
Note:
See TracChangeset
for help on using the changeset viewer.