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
  • ../trunk-jpl/src/m/classes/fourierlove.m

     
    55
    66classdef fourierlove
    77        properties (SetAccess=public)
    8                 nfreq            =  NaN;
    9                 frequencies      =  NaN;
    10                 sh_nmax          =  NaN;
    11                 sh_nmin          =  NaN;
    12                 g0               =  NaN;
    13                 r0               =  NaN;
    14                 mu0              =  NaN;
    15       allow_layer_deletion = NaN;
    16       love_kernels = NaN;
    17                 forcing_type     =  NaN;
     8                nfreq                = 0;
     9                frequencies          = 0;
     10                sh_nmax              = 0;
     11                sh_nmin              = 0;
     12                g0                   = 0;
     13                r0                   = 0;
     14                mu0                  = 0;
     15                allow_layer_deletion = 0;
     16                love_kernels         = 0;
     17                forcing_type         = 0;
    1818        end
    1919        methods (Static)
    2020                function self = loadobj(self) % {{{
Note: See TracBrowser for help on using the repository browser.