Changeset 1846
- Timestamp:
- 08/24/09 18:03:13 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/solutions/cielo/ControlInitialization.m
r1703 r1846 1 function [inputs model ]=ControlInitialization(models,inputs);1 function [inputs models]=ControlInitialization(models,inputs); 2 2 3 3 %recover models … … 17 17 %If Pattyn or MacAyeal, just return, no initialization needed 18 18 if ~isstokes 19 model =m_dh;19 models.active=m_dh; 20 20 return 21 21 end … … 74 74 75 75 %assign output 76 model =m_ds;76 models.active=m_ds;
Note:
See TracChangeset
for help on using the changeset viewer.