Changeset 9558 for issm/trunk/src/m/classes/model/model.m
- Timestamp:
- 09/01/11 09:36:08 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/model/model.m
r9548 r9558 63 63 nodeonpattyn = modelfield('default',NaN,'marshall',true,'format','DoubleMat','mattype',1); 64 64 nodeonstokes = modelfield('default',NaN,'marshall',true,'format','DoubleMat','mattype',1); 65 borderstokes = modelfield('default',NaN,'marshall',true,'format','DoubleMat','mattype',3);66 65 67 66 %Stokes … … 205 204 output_frequency = modelfield('default',0,'marshall',true,'format','Integer'); 206 205 results_on_vertices = modelfield('default',0,'marshall',true,'format','Boolean'); 207 inputfilename = modelfield('default','','marshall',true,'format','String');208 206 outputfilename = modelfield('default','','marshall',true,'format','String'); 209 207 results = modelfield('default',struct(),'marshall',false); … … 260 258 part = modelfield('default',NaN,'marshall',true,'format','DoubleMat','mattype',2); 261 259 npart = modelfield('default',0,'marshall',true,'format','Integer'); 262 numberofvariables = modelfield('default',0,'marshall',true,'format','Integer');263 260 numberofresponses = modelfield('default',0,'marshall',true,'format','Integer'); 264 261 variabledescriptors = modelfield('default',{},'marshall',true,'format','StringArray');
Note:
See TracChangeset
for help on using the changeset viewer.