Changeset 27350
- Timestamp:
- 10/28/22 05:56:14 (2 years ago)
- Location:
- issm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/model.m
r27323 r27350 195 195 %VV 196 196 if ~isa(md.stochasticforcing,'stochasticforcing'); md.stochasticforcing=stochasticforcing(); end 197 %2022 Oct 28 198 if ~isa(md.debris,'debris'); md.debris=debris(); end 197 199 end% }}} 198 200 end -
issm/trunk/src/m/classes/model.m
r27347 r27350 195 195 %VV 196 196 if ~isa(md.stochasticforcing,'stochasticforcing'); md.stochasticforcing=stochasticforcing(); end 197 %2022 Oct 28 198 if ~isa(md.debris,'debris'); md.debris=debris(); end 197 199 end% }}} 198 200 end
Note:
See TracChangeset
for help on using the changeset viewer.