source:
issm/oecreview/Archive/20545-21336/ISSM-20640-20641.diff
Last change on this file was 21337, checked in by , 8 years ago | |
---|---|
File size: 325 bytes |
Rev | Line | |
---|---|---|
[21337] | 1 | Index: ../trunk-jpl/src/m/psl/shlm.m |
2 | =================================================================== | |
3 | --- ../trunk-jpl/src/m/psl/shlm.m (revision 20640) | |
4 | +++ ../trunk-jpl/src/m/psl/shlm.m (revision 20641) | |
5 | @@ -23,6 +23,5 @@ | |
6 | p = p+1; | |
7 | end | |
8 | end | |
9 | -sh_lm = sh_lm*4*pi/sum(areas); | |
10 | +sh_lm = sh_lm/sum(areas); | |
11 | ||
12 | - |
Note:
See TracBrowser
for help on using the repository browser.