Changeset 12335


Ignore:
Timestamp:
06/01/12 17:38:50 (13 years ago)
Author:
Eric.Larour
Message:

Model structtomodel updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/model/model.m

    r12327 r12335  
    244244
    245245
     246
     247
    246248                         %Field changes
    247249                         if (isfield(structmd,'type') & ischar(structmd.type)),
     
    350352                                 md.mesh.lowerelements(1:md.mesh.numberofelements2d)=NaN;
    351353                         end
     354                                 
    352355                         if ~isfield(structmd,'diagnostic_ref');
    353356                                 md.diagnostic.referential=NaN*ones(md.mesh.numberofvertices,6);
    354357                         end
    355                          if isfield(structmd,'npart');
    356                                  md.qmu.numberofpartitions=structmd.npart;
    357                          end
     358                         if isfield(structmd,'npart'); md.qmu.numberofpartitions=structmd.npart; end
     359                         if isfield(structmd,'part'); md.qmu.partition=structmd.part; end
     360                                 
    358361                 end% }}}
    359362                 function md = setdefaultparameters(md) % {{{1
Note: See TracChangeset for help on using the changeset viewer.