Changeset 1737
- Timestamp:
- 08/17/09 17:07:25 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/ismodelselfconsistent.m
r1670 r1737 429 429 disp(['model ' md.name ' sparsity should be inside the [0 1] range']); 430 430 bool=0; return; 431 end432 433 %RIFTS434 if md.numrifts,435 if ~strcmpi(md.cluster,'none')436 if isempty(findstr('aijmumps',md.solverstring)),437 disp(['For a 2d model with rifts, running on a cluster, you should use a direct solver like MUMPS!']);438 bool=0;return;439 end440 end441 431 end 442 432
Note:
See TracChangeset
for help on using the changeset viewer.