source: issm/oecreview/Archive/24684-25833/ISSM-25660-25661.diff

Last change on this file was 25834, checked in by Mathieu Morlighem, 4 years ago

CHG: added 24684-25833

File size: 620 bytes
  • ../trunk-jpl/src/m/classes/flowequation.m

     
    6161                                if isfield(objstruct,'borderstokes'),  self.borderFS  = objstruct.borderstokes;   end;
    6262                        end
    6363
     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']);
     68                        end
     69
    6470                end% }}}
    6571        end
    6672        methods
Note: See TracBrowser for help on using the repository browser.