Changeset 24313 for issm/trunk/src/m/classes/transient.m
- Timestamp:
- 11/01/19 12:01:57 (5 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/m/classes/transient.m
r22758 r24313 104 104 md = checkmessage(md,['Coupling with ocean model can only be performed for transient simulations!']); 105 105 end 106 if (md.transient.isdamageevolution & ~isa(md.materials,'matdamageice')), 107 md = checkmessage(md,['requesting damage evolution but md.materials is not of class matdamageice']); 108 end 106 109 end % }}} 107 110 function disp(self) % {{{
Note:
See TracChangeset
for help on using the changeset viewer.