Changeset 15775
- Timestamp:
- 08/09/13 11:14:02 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/model/model.m
r15771 r15775 1043 1043 end 1044 1044 %2013 August 9 1045 if isfield(structmd,'diagnostic') & isa(structmd.diagnostic,'diagnostic'),1045 if isfield(structmd,'diagnostic') & (isa(structmd.diagnostic,'diagnostic') || isa(structmd.diagnostic,'stressbalance')), 1046 1046 disp('Recovering old diagnostic class'); 1047 md.stressbalance= masstransport(structmd.diagnostic);1047 md.stressbalance=stressbalance(structmd.diagnostic); 1048 1048 end 1049 1049 end% }}}
Note:
See TracChangeset
for help on using the changeset viewer.