Changeset 957
- Timestamp:
- 06/12/09 15:04:15 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/solutions/cielo/transient3d.m
r954 r957 83 83 %Deal with temperature first 84 84 displaystring(md.debug,'\n%s',[' computing temperatures...']); 85 [solution(n+1).t_g models.t.loads melting_offset]=thermal_core_nonlinear(models. m,inputs,'thermal','transient');85 [solution(n+1).t_g models.t.loads melting_offset]=thermal_core_nonlinear(models.t,inputs,'thermal','transient'); 86 86 inputs=add(inputs,'temperature',solution(n+1).t_g,'doublevec',1,models.t.parameters.numberofnodes); 87 87
Note:
See TracChangeset
for help on using the changeset viewer.