Changeset 13444


Ignore:
Timestamp:
09/25/12 19:17:37 (13 years ago)
Author:
Mathieu Morlighem
Message:

BUG: typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/m/classes/prognostic.py ΒΆ

    r13443 r13444  
    6969                md = checkfield(md,'prognostic.stabilization','values',[0,1,2,3])
    7070                md = checkfield(md,'prognostic.min_thickness','>',0)
    71                 md = checkfield(md,'prognostic.requested_output','size',[float('NaN'),1])
     71                md = checkfield(md,'prognostic.requested_outputs','size',[float('NaN'),1])
    7272
    7373                return md
Note: See TracChangeset for help on using the changeset viewer.