source: issm/oecreview/Archive/21724-22754/ISSM-22387-22388.diff@ 22755

Last change on this file since 22755 was 22755, checked in by Mathieu Morlighem, 7 years ago

CHG: added 21724-22754

File size: 957 bytes
RevLine 
[22755]1Index: ../trunk-jpl/src/m/classes/fourierlove.m
2===================================================================
3--- ../trunk-jpl/src/m/classes/fourierlove.m (revision 22387)
4+++ ../trunk-jpl/src/m/classes/fourierlove.m (revision 22388)
5@@ -5,16 +5,16 @@
6
7 classdef fourierlove
8 properties (SetAccess=public)
9- nfreq = NaN;
10- frequencies = NaN;
11- sh_nmax = NaN;
12- sh_nmin = NaN;
13- g0 = NaN;
14- r0 = NaN;
15- mu0 = NaN;
16- allow_layer_deletion = NaN;
17- love_kernels = NaN;
18- forcing_type = NaN;
19+ nfreq = 0;
20+ frequencies = 0;
21+ sh_nmax = 0;
22+ sh_nmin = 0;
23+ g0 = 0;
24+ r0 = 0;
25+ mu0 = 0;
26+ allow_layer_deletion = 0;
27+ love_kernels = 0;
28+ forcing_type = 0;
29 end
30 methods (Static)
31 function self = loadobj(self) % {{{
Note: See TracBrowser for help on using the repository browser.