Ignore:
Timestamp:
06/27/20 11:38:17 (5 years ago)
Author:
jdquinn
Message:

CHG: Bad search and replace

File:
1 edited

Legend:

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

    r25169 r25170  
    143143        md = checkfield(md, 'fieldname', 'slr.hydro_rate', 'NaN', 1, 'Inf', 1, 'size', [md.mesh.numberofvertices])
    144144        md = checkfield(md, 'fieldname', 'slr.degacc', 'size', [1, 1], '>=', 1e-10)
    145         md = checkfield(md, 'fieldname', 'slr.requested_outputs', 'srow', 1)
     145        md = checkfield(md, 'fieldname', 'slr.requested_outputs', 'stringrow', 1)
    146146        md = checkfield(md, 'fieldname', 'slr.horiz', 'NaN', 1, 'Inf', 1, 'values', [0, 1])
    147147
     
    202202            outputscopy = outputs[0:max(0, indices[0] - 1)] + self.defaultoutputs(md) + outputs[indices[0] + 1:]
    203203            outputs = outputscopy
    204         WriteData(fid, prefix, 'data', outputs, 'name', 'md.slr.requested_outputs', 'format', 'sArray')
    205     # }}}
     204        WriteData(fid, prefix, 'data', outputs, 'name', 'md.slr.requested_outputs', 'format', 'StringArray')
     205    # }}}
Note: See TracChangeset for help on using the changeset viewer.