Ignore:
Timestamp:
10/18/19 16:10:28 (5 years ago)
Author:
jdquinn
Message:

BUG: Extraneous spaces and other fixes (will continue with this tonight and over the weekend, as needed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/materials/cuffey.py

    r24256 r24260  
    2626
    2727    rigidity = np.zeros_like(T)
    28     pos = np.nonzero(T <= - 45)
     28    pos = np.nonzero(T <= -45)
    2929    if len(pos):
    3030        rigidity[pos] = 10**8 * (-0.000396645116301 * (T[pos] + 50)**3 + 0.013345579471334 * (T[pos] + 50)**2 - 0.356868703259105 * (T[pos] + 50) + 7.272363035371383)
Note: See TracChangeset for help on using the changeset viewer.