source: issm/trunk-jpl/src/m/solve/loadresultsslm.m

Last change on this file was 21502, checked in by Eric.Larour, 8 years ago

CHG: new loadresults routine for slm models.

File size: 168 bytes
Line 
1function 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.