Ignore:
Timestamp:
09/11/18 14:22:19 (7 years ago)
Author:
kruegern
Message:

BUG: fixed preqmu.py causing directory error in consecutive Dakota/QMU tests, minor formatting issue in geometry.py

File:
1 edited

Legend:

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

    r22096 r23256  
    1313
    1414        def __init__(self): # {{{
    15                 self.surface           = float('NaN')
    16                 self.thickness         = float('NaN')
     15                self.surface            = float('NaN')
     16                self.thickness          = float('NaN')
    1717                self.base               = float('NaN')
    18                 self.bed        = float('NaN')
    19                 self.hydrostatic_ratio = float('NaN')
     18                self.bed                = float('NaN')
     19                self.hydrostatic_ratio  = float('NaN')
    2020
    2121                #set defaults
Note: See TracChangeset for help on using the changeset viewer.