Changeset 25328


Ignore:
Timestamp:
07/31/20 16:47:46 (5 years ago)
Author:
Eric.Larour
Message:

CHG: minor issue fix.

File:
1 edited

Legend:

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

    r25223 r25328  
    101101                variablepartitions{end+1}=fieldvariable.partition;
    102102                variablepartitions_npart(end+1)=qmupart2npart(fieldvariable.partition);
    103                 if isfield(fieldvariable,'nsteps'),
     103                if isfield(struct(fieldvariable),'nsteps'),
    104104                        variablepartitions_nt(end+1)=fieldvariable.nsteps;
    105105                else
     
    140140md.qmu.responsepartitions_npart=responsepartitions_npart;
    141141
     142
    142143%now, we have to provide all the info necessary for the solutions to compute the responses. For ex, if mass_flux
    143144%is a response, we need a profile of points.  For a misfit, we need the observed velocity, etc ...
Note: See TracChangeset for help on using the changeset viewer.