Changeset 13241
- Timestamp:
- 09/04/12 14:53:42 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/m/qmu/sensitivities.m ΒΆ
r9650 r13241 42 42 43 43 %ipick up the variable in the model 44 variable=md.(EnumToModelField(StringToEnum(variablename))); 44 switch variablename, 45 case 'thickness', variable = md.geometry.thickness; 46 otherwise, error(['scaled variable ' variablename ' not associated to any model field']); 47 end 45 48 46 49 %average it onto the partition
Note:
See TracChangeset
for help on using the changeset viewer.