Changeset 2322
- Timestamp:
- 09/25/09 08:28:32 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/ismodelselfconsistent.m
r2321 r2322 378 378 379 379 %SINGULAR 380 if ~any(sum(md.spcvelocity(:,1: 3),2)==2),380 if ~any(sum(md.spcvelocity(:,1:2),2)==2), 381 381 disp(['model ' md.name ' is not well posed (singular). You need at least one grid with fixed velocity!']) 382 382 bool=0;return;
Note:
See TracChangeset
for help on using the changeset viewer.