Changeset 3839 for issm/trunk/src/m/solutions/jpl/thermal.m
- Timestamp:
- 05/19/10 09:57:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/solutions/jpl/thermal.m
r3796 r3839 30 30 if ~models.t.parameters.QmuAnalysis, 31 31 %launch core of diagnostic solution. 32 results=thermal_core(models ,inputs);32 results=thermal_core(models); 33 33 34 34 %process results … … 37 37 else 38 38 %launch dakota driver for diagnostic core solution 39 Qmu(models, inputs,models.t.parameters);39 Qmu(models,models.t.parameters); 40 40 end 41 41
Note:
See TracChangeset
for help on using the changeset viewer.