Changeset 12335
- Timestamp:
- 06/01/12 17:38:50 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/model/model.m
r12327 r12335 244 244 245 245 246 247 246 248 %Field changes 247 249 if (isfield(structmd,'type') & ischar(structmd.type)), … … 350 352 md.mesh.lowerelements(1:md.mesh.numberofelements2d)=NaN; 351 353 end 354 352 355 if ~isfield(structmd,'diagnostic_ref'); 353 356 md.diagnostic.referential=NaN*ones(md.mesh.numberofvertices,6); 354 357 end 355 if isfield(structmd,'npart'); 356 md.qmu.numberofpartitions=structmd.npart;357 end358 if isfield(structmd,'npart'); md.qmu.numberofpartitions=structmd.npart; end 359 if isfield(structmd,'part'); md.qmu.partition=structmd.part; end 360 358 361 end% }}} 359 362 function md = setdefaultparameters(md) % {{{1
Note:
See TracChangeset
for help on using the changeset viewer.