Changeset 27680


Ignore:
Timestamp:
04/05/23 12:31:36 (2 years ago)
Author:
Mathieu Morlighem
Message:

CHG: cleanup

Location:
issm/trunk-jpl/src/m/classes
Files:
5 edited

Legend:

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

    r23331 r27680  
    1818                weights            = NaN; %weight coefficients for every vertex
    1919                weights_string     = ''; %string to identify this particular set of weights
    20                 cumulated          = NaN; %do we cumulate cfdragcoeffabsgrad through time?
    2120        end
    2221       
  • issm/trunk-jpl/src/m/classes/cflevelsetmisfit.m

    r26252 r27680  
    2525                weights_string     = ''; %string to identify this particular set of weights
    2626                datatime                                 = 0; %time in years from start that the data is from
    27                 cumulated          = NaN; %do we cumulate cflevelsetmisfit through time?
    2827        end
    2928       
  • issm/trunk-jpl/src/m/classes/cfsurfacelogvel.m

    r26252 r27680  
    2525                weights_string     = ''; %string to identify this particular set of weights
    2626                datatime                                 = 0; %time in years from start that the data is from
    27                 cumulated          = NaN; %do we cumulate cfsurfacelogvel through time?
    2827        end
    2928       
  • issm/trunk-jpl/src/m/classes/cfsurfacesquare.m

    r26252 r27680  
    2525                weights_string     = ''; %string to identify this particular set of weights
    2626                datatime                                 = 0; %time in years from start that the data is from
    27                 cumulated          = NaN; %do we cumulate cfsurfacesquare through time?
    2827        end
    2928       
  • issm/trunk-jpl/src/m/classes/misfit.m

    r22403 r27680  
    2727                weights            = NaN; %weight coefficients for every vertex
    2828                weights_string     = ''; %string to identify this particular set of weights
    29                 cumulated          = NaN; %do we cumulate misfit through time?
    3029        end
    3130       
Note: See TracChangeset for help on using the changeset viewer.