Changeset 22037


Ignore:
Timestamp:
09/05/17 09:02:23 (8 years ago)
Author:
sjohnsen
Message:

BUG:Fixing colapse issue

File:
1 edited

Legend:

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

    r22004 r22037  
    701701                if hasattr(md.friction,'q'): md.friction.q=project2d(md,md.friction.q,1)
    702702               
    703                 if hasattr(md.friction,'coefficientcoulomb'): md.friction.q=project2d(md,md.friction.coefficientcoulomb,1)
    704                 if hasattr(md.friction,'C'): md.friction.q=project2d(md,md.friction.C,1)
    705                 if hasattr(md.friction,'As'): md.friction.q=project2d(md,md.friction.As,1)
    706                 if hasattr(md.friction,'effective_pressure'): md.friction.q=project2d(md,md.friction.effective_pressure,1)
    707                 if hasattr(md.friction,'water_layer'): md.friction.q=project2d(md,md.friction.water_layer,1)
    708                 if hasattr(md.friction,'m'): md.friction.q=project2d(md,md.friction.m,1)
     703                if hasattr(md.friction,'coefficientcoulomb'): md.friction.coefficientcoulomb=project2d(md,md.friction.coefficientcoulomb,1)
     704                if hasattr(md.friction,'C'): md.friction.C=project2d(md,md.friction.C,1)
     705                if hasattr(md.friction,'As'): md.friction.As=project2d(md,md.friction.As,1)
     706                if hasattr(md.friction,'effective_pressure'): md.friction.effective_pressure=project2d(md,md.friction.effective_pressure,1)
     707                if hasattr(md.friction,'water_layer'): md.friction.water_layer=project2d(md,md.friction.water_layer,1)
     708                if hasattr(md.friction,'m'): md.friction.m=project2d(md,md.friction.m,1)
    709709
    710710                #observations
Note: See TracChangeset for help on using the changeset viewer.