Changeset 23713


Ignore:
Timestamp:
02/11/19 11:31:19 (6 years ago)
Author:
bdef
Message:

BUG:fixing indentation

Location:
issm/trunk-jpl/src/py3/classes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/py3/classes/matdamageice.py

    r23711 r23713  
    2121                self.thermalconductivity       = 0.
    2222                self.temperateiceconductivity  = 0.
    23     self.effectiveconductivity_averaging = 0.
     23                self.effectiveconductivity_averaging = 0.
    2424                self.meltingpoint              = 0.
    2525                self.beta                      = 0.
     
    9292                self.temperateiceconductivity=0.24
    9393    #computation of effective conductivity
    94     self.effectiveconductivity_averaging=1
     94                self.effectiveconductivity_averaging=1
    9595                #the melting point of ice at 1 atmosphere of pressure in K
    9696                self.meltingpoint=273.15
  • issm/trunk-jpl/src/py3/classes/matenhancedice.py

    r23711 r23713  
    2121                self.thermalconductivity       = 0.
    2222                self.temperateiceconductivity  = 0.
    23     self.effectiveconductivity_averaging = 0.
     23                self.effectiveconductivity_averaging = 0.
    2424                self.meltingpoint              = 0.
    2525                self.beta                      = 0.
     
    9595                self.temperateiceconductivity=0.24
    9696    #computation of effective conductivity
    97     self.effectiveconductivity_averaging=1
     97                self.effectiveconductivity_averaging=1
    9898                #the melting point of ice at 1 atmosphere of pressure in K
    9999                self.meltingpoint=273.15
  • issm/trunk-jpl/src/py3/classes/matestar.py

    r23711 r23713  
    2222                thermalconductivity       = 0.
    2323                temperateiceconductivity  = 0.
    24     self.effectiveconductivity_averaging = 0.
     24                self.effectiveconductivity_averaging = 0.
    2525                meltingpoint              = 0.
    2626                beta                      = 0.
     
    9797                self.temperateiceconductivity=.24
    9898    #computation of effective conductivity
    99     self.effectiveconductivity_averaging=1
     99                self.effectiveconductivity_averaging=1
    100100                #the melting point of ice at 1 atmosphere of pressure in K
    101101                self.meltingpoint=273.15
Note: See TracChangeset for help on using the changeset viewer.