Changeset 1737


Ignore:
Timestamp:
08/17/09 17:07:25 (16 years ago)
Author:
Eric.Larour
Message:

Useless test for rifts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/ismodelselfconsistent.m

    r1670 r1737  
    429429                disp(['model ' md.name ' sparsity should be inside the [0 1] range']);
    430430                bool=0; return;
    431         end
    432 
    433         %RIFTS
    434         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                         end
    440                 end
    441431        end
    442432
Note: See TracChangeset for help on using the changeset viewer.