Changeset 15745


Ignore:
Timestamp:
08/07/13 15:28:02 (12 years ago)
Author:
Mathieu Morlighem
Message:

BUG: no friction if floating for K FS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Penta.cpp

    r15744 r15745  
    78997899        GaussPenta *gauss    = NULL;
    79007900
     7901        /*Initialize Element matrix and return if necessary*/
     7902        if(IsFloating() || !IsOnBed()) return NULL;
     7903
    79017904        /*If on water or not FS, skip stiffness: */
    79027905        inputs->GetInputValue(&approximation,ApproximationEnum);
Note: See TracChangeset for help on using the changeset viewer.