Changeset 19531


Ignore:
Timestamp:
09/01/15 13:23:26 (10 years ago)
Author:
Mathieu Morlighem
Message:

CHG: no need to check for drag if type=1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/StressbalanceSIAAnalysis.cpp

    r19291 r19531  
    418418        Input* drag_input      = NULL;
    419419        Friction* friction     = NULL;
    420         if(frictionlaw!=5){
     420        if(frictionlaw!=5 && frictionlaw!=1){
    421421                drag_input = element->GetInput(FrictionCoefficientEnum);  _assert_(drag_input);
    422422        }
Note: See TracChangeset for help on using the changeset viewer.