Changeset 25661
- Timestamp:
- 10/08/20 14:26:29 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/flowequation.m
r25626 r25661 60 60 if isfield(objstruct,'borderpattyn'), self.borderHO = objstruct.borderpattyn; end; 61 61 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']); 62 68 end 63 69
Note:
See TracChangeset
for help on using the changeset viewer.