Last change
on this file since 25834 was 25834, checked in by Mathieu Morlighem, 4 years ago |
CHG: added 24684-25833
|
File size:
620 bytes
|
Rev | Line | |
---|
[25834] | 1 | Index: ../trunk-jpl/src/m/classes/flowequation.m
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/m/classes/flowequation.m (revision 25660)
|
---|
| 4 | +++ ../trunk-jpl/src/m/classes/flowequation.m (revision 25661)
|
---|
| 5 | @@ -61,6 +61,12 @@
|
---|
| 6 | if isfield(objstruct,'borderstokes'), self.borderFS = objstruct.borderstokes; end;
|
---|
| 7 | end
|
---|
| 8 |
|
---|
| 9 | + %Oct 8 2020
|
---|
| 10 | + %Warning if MLHO
|
---|
| 11 | + if any(self.vertex_equation==4)
|
---|
| 12 | + warning(['Monolayer Higher-Order (MLHO) detected in md.flowequation, this is probably a mistake, you need to run setflowequation again']);
|
---|
| 13 | + end
|
---|
| 14 | +
|
---|
| 15 | end% }}}
|
---|
| 16 | end
|
---|
| 17 | methods
|
---|
Note:
See
TracBrowser
for help on using the repository browser.