source:
issm/trunk-jpl/src/m/solve/loadresultsslm.m@
21502
Last change on this file since 21502 was 21502, checked in by , 8 years ago | |
---|---|
File size: 168 bytes |
Line | |
---|---|
1 | function slm=loadresultslm(slm) |
2 | |
3 | for i=1:length(slm.icecaps), slm.icecaps{i}=loadresultsfromcluster(slm.icecaps{i});end; |
4 | slm.earth=loadresultsfromcluster(slm.earth); |
Note:
See TracBrowser
for help on using the repository browser.