Index: ../trunk-jpl/src/m/classes/flowequation.m =================================================================== --- ../trunk-jpl/src/m/classes/flowequation.m (revision 25660) +++ ../trunk-jpl/src/m/classes/flowequation.m (revision 25661) @@ -61,6 +61,12 @@ if isfield(objstruct,'borderstokes'), self.borderFS = objstruct.borderstokes; end; end + %Oct 8 2020 + %Warning if MLHO + if any(self.vertex_equation==4) + warning(['Monolayer Higher-Order (MLHO) detected in md.flowequation, this is probably a mistake, you need to run setflowequation again']); + end + end% }}} end methods