Changeset 22403


Ignore:
Timestamp:
02/08/18 08:51:23 (7 years ago)
Author:
erobo
Message:

CHG: cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/misfit.m

    r21809 r22403  
    1818        properties (SetAccess=public)
    1919                %misfit
    20                 name                                    = '';
    21                 definitionstring                = ''; %string that identifies this output definition uniquely, from 'Outputdefinition[1-100]'
    22                 model_string                    = ''; %string for field that is modeled
    23                 observation                             = NaN; %observed field that we compare the model against
    24                 observation_string      = ''; %string for observed field.
    25                 timeinterpolation               = '';
    26                 local                                   = 1;
    27                 weights                                 = NaN; %weight coefficients for every vertex
    28                 weights_string                  = ''; %string to identify this particular set of weights
    29                 cumulated                               = NaN; %do we cumulate misfit through time?
     20                name               = '';
     21                definitionstring   = ''; %string that identifies this output definition uniquely, from 'Outputdefinition[1-100]'
     22                model_string       = ''; %string for field that is modeled
     23                observation        = NaN; %observed field that we compare the model against
     24                observation_string = ''; %string for observed field.
     25                timeinterpolation  = '';
     26                local              = 1;
     27                weights            = NaN; %weight coefficients for every vertex
     28                weights_string     = ''; %string to identify this particular set of weights
     29                cumulated          = NaN; %do we cumulate misfit through time?
    3030        end
    3131       
Note: See TracChangeset for help on using the changeset viewer.