Changeset 27680
- Timestamp:
- 04/05/23 12:31:36 (2 years ago)
- Location:
- issm/trunk-jpl/src/m/classes
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/cfdragcoeffabsgrad.m
r23331 r27680 18 18 weights = NaN; %weight coefficients for every vertex 19 19 weights_string = ''; %string to identify this particular set of weights 20 cumulated = NaN; %do we cumulate cfdragcoeffabsgrad through time?21 20 end 22 21 -
issm/trunk-jpl/src/m/classes/cflevelsetmisfit.m
r26252 r27680 25 25 weights_string = ''; %string to identify this particular set of weights 26 26 datatime = 0; %time in years from start that the data is from 27 cumulated = NaN; %do we cumulate cflevelsetmisfit through time?28 27 end 29 28 -
issm/trunk-jpl/src/m/classes/cfsurfacelogvel.m
r26252 r27680 25 25 weights_string = ''; %string to identify this particular set of weights 26 26 datatime = 0; %time in years from start that the data is from 27 cumulated = NaN; %do we cumulate cfsurfacelogvel through time?28 27 end 29 28 -
issm/trunk-jpl/src/m/classes/cfsurfacesquare.m
r26252 r27680 25 25 weights_string = ''; %string to identify this particular set of weights 26 26 datatime = 0; %time in years from start that the data is from 27 cumulated = NaN; %do we cumulate cfsurfacesquare through time?28 27 end 29 28 -
issm/trunk-jpl/src/m/classes/misfit.m
r22403 r27680 27 27 weights = NaN; %weight coefficients for every vertex 28 28 weights_string = ''; %string to identify this particular set of weights 29 cumulated = NaN; %do we cumulate misfit through time?30 29 end 31 30
Note:
See TracChangeset
for help on using the changeset viewer.