Changeset 25661


Ignore:
Timestamp:
10/08/20 14:26:29 (4 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/flowequation.m

    r25626 r25661  
    6060                                if isfield(objstruct,'borderpattyn'),  self.borderHO  = objstruct.borderpattyn;   end;
    6161                                if isfield(objstruct,'borderstokes'),  self.borderFS  = objstruct.borderstokes;   end;
     62                        end
     63
     64                        %Oct 8 2020
     65                        %Warning if MLHO
     66                        if any(self.vertex_equation==4)
     67                                warning(['Monolayer Higher-Order (MLHO) detected in md.flowequation, this is probably a mistake, you need to run setflowequation again']);
    6268                        end
    6369
Note: See TracChangeset for help on using the changeset viewer.