Changeset 2321
- Timestamp:
- 09/25/09 08:13:28 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/ismodelselfconsistent.m
r2307 r2321 378 378 379 379 %SINGULAR 380 if ~any(sum(md.spcvelocity(:,1:3),2)== 3),380 if ~any(sum(md.spcvelocity(:,1:3),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.