Changeset 27173


Ignore:
Timestamp:
08/02/22 02:44:07 (3 years ago)
Author:
bdef
Message:

CHG:syntax fix

File:
1 edited

Legend:

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

    r26187 r27173  
    11import numpy as np
    2 
    32from checkfield import checkfield
    43from fielddisplay import fielddisplay
     
    2221        self.effective_pressure       = np.nan
    2322        self.effective_pressure_limit = 0
    24        
     23
    2524        nargs = len(args)
    2625        if nargs == 0:
     
    5554        self.Cmax = project3d(md, 'vector', self.Cmax, 'type', 'node')
    5655        self.m = project3d(md, 'vector', self.m, 'type', 'element')
    57         if self.coupling in[3, 4]:
     56        if self.coupling in [3, 4]:
    5857            self.effective_pressure = project3d(md, 'vector', self.effective_pressure, 'type', 'node', 'layer', 1)
    5958        return self
Note: See TracChangeset for help on using the changeset viewer.