source:
issm/oecreview/Archive/21724-22754/ISSM-22387-22388.diff@
22755
Last change on this file since 22755 was 22755, checked in by , 7 years ago | |
---|---|
File size: 957 bytes |
-
../trunk-jpl/src/m/classes/fourierlove.m
5 5 6 6 classdef fourierlove 7 7 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; 18 18 end 19 19 methods (Static) 20 20 function self = loadobj(self) % {{{
Note:
See TracBrowser
for help on using the repository browser.