Changeset 20331


Ignore:
Timestamp:
03/22/16 14:32:42 (9 years ago)
Author:
Eric.Larour
Message:

CHG: removed some nod needed comments.

Location:
issm/trunk-jpl/src/m/psl
Files:
2 edited

Legend:

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

    r19369 r20331  
    1515
    1616sh_lm = zeros((lMax+1)^2,1);
    17 %sh_lm = zeros(1,(lMax+1)^2);
    1817
    1918% weighted area integration over the unit sphere
    2019for l=0:lMax
    2120   for m=-l:l
    22       %func0 = sh(:,1+p).*(func<1);
    2321      func0 = sh(:,1+p).*func;
    2422      sh_lm(1+p) = sum(mean(func0(index),2).*areas);
     
    2624   end
    2725end
    28 %sh_lm = sh_lm/sum(areas);
    2926sh_lm = sh_lm*4*pi/sum(areas);
    3027
  • issm/trunk-jpl/src/m/psl/shlm_element.m

    r19369 r20331  
    2525end
    2626sh_lm = sh_lm*4*pi/sum(areas);
    27 
    28 
Note: See TracChangeset for help on using the changeset viewer.