Changeset 16383


Ignore:
Timestamp:
10/11/13 10:18:34 (11 years ago)
Author:
seroussi
Message:

BUG: trying to fix python NR

File:
1 edited

Legend:

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

    r16375 r16383  
    5656                md = checkfield(md,'transient.isgroundingline','numel',[1],'values',[0,1])
    5757                md = checkfield(md,'transient.isgia','numel',[1],'values',[0,1])
    58                 if not md.transient.requested_outputs:
     58                if md.transient.requested_outputs:
    5959                        md = checkfield(md,'transient.requested_outputs','size',[1, float('NaN')])
    6060
Note: See TracChangeset for help on using the changeset viewer.