Changeset 25006


Ignore:
Timestamp:
06/10/20 21:42:24 (5 years ago)
Author:
Eric.Larour
Message:

CHG: removed vpartition and epartition from qmu class.

File:
1 edited

Legend:

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

    r24998 r25006  
    1313                params                      = struct();
    1414                results                     = struct();
    15                 vpartition                   = NaN;
    16                 epartition                   = NaN;
    1715                numberofresponses           = 0;
    1816                variabledescriptors         = {};
     
    5351
    5452                                %2019 Dec 7th
    55                                 if isfield(objstruct,'partition'),      self.vpartition     = objstruct.partition;       end;
     53                                %if isfield(objstruct,'partition'),      self.vpartition     = objstruct.partition;       end;
    5654                        end
    5755
     
    193191                                return;
    194192                        end
    195                         WriteData(fid,prefix,'object',self,'fieldname','vpartition','format','DoubleMat','mattype',2);
    196                         WriteData(fid,prefix,'object',self,'fieldname','epartition','format','DoubleMat','mattype',2);
    197193                        WriteData(fid,prefix,'object',self,'fieldname','numberofresponses','format','Integer');
    198194                        WriteData(fid,prefix,'object',self,'fieldname','variabledescriptors','format','StringArray');
Note: See TracChangeset for help on using the changeset viewer.