Changeset 19319


Ignore:
Timestamp:
04/24/15 11:59:41 (10 years ago)
Author:
adhikari
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/psl/sharmonics.m

    r19297 r19319  
    1818lon=lon*pi/180;
    1919
     20disp(['Spherical harmonics of degree and orders up to ',num2str(lMax),' being computed...']);
    2021%ortho-normalized SH
    2122for l=0:lMax
     
    3334   %disp(['Spherical Harmonics of degree ',num2str(l),' (of ',num2str(lMax),') computed!']);
    3435end
    35 disp(['Spherical Harmonics of degree and orders up to ',num2str(lMax),' computed!']);
     36disp(['... done!']);
    3637
    3738
Note: See TracChangeset for help on using the changeset viewer.