Changeset 19319
- Timestamp:
- 04/24/15 11:59:41 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/psl/sharmonics.m
r19297 r19319 18 18 lon=lon*pi/180; 19 19 20 disp(['Spherical harmonics of degree and orders up to ',num2str(lMax),' being computed...']); 20 21 %ortho-normalized SH 21 22 for l=0:lMax … … 33 34 %disp(['Spherical Harmonics of degree ',num2str(l),' (of ',num2str(lMax),') computed!']); 34 35 end 35 disp([' Spherical Harmonics of degree and orders up to ',num2str(lMax),' computed!']);36 disp(['... done!']); 36 37 37 38
Note:
See TracChangeset
for help on using the changeset viewer.