Changeset 9560


Ignore:
Timestamp:
09/01/11 09:52:49 (14 years ago)
Author:
Mathieu Morlighem
Message:

removed md.numberofvariables

Location:
issm/trunk/src/m/qmu
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/qmu/preqmu.m

    r8936 r9560  
    9999
    100100%register the fields that will be needed by the Qmu model.
    101 md.numberofvariables=numvariables;
    102101md.numberofresponses=numresponses;
    103102md.variabledescriptors=variabledescriptors;
  • issm/trunk/src/m/qmu/qmumarshall.m

    r9451 r9560  
    2222
    2323%deal with variables
    24 WriteData(fid,md.numberofvariables,'Integer','numberofvariables');
    2524WriteData(fid,md.numvariabledescriptors,'Integer','numvariabledescriptors');
    2625for i=1:md.numvariabledescriptors,
Note: See TracChangeset for help on using the changeset viewer.