Ignore:
Timestamp:
04/22/21 11:14:54 (4 years ago)
Author:
tsantos
Message:

BUG: fixing friction computation for MLHO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Loads/Friction.h

    r25973 r26206  
    1717                int      dim;
    1818                int      law;
     19                bool            isMLHO=false;
    1920
    2021                /*methods: */
    2122                Friction();
    22                 Friction(Element* element_in,int dim_in);
     23                Friction(Element* element_in,int dim_in,bool isMLHO=0);
    2324                ~Friction();
    2425
Note: See TracChangeset for help on using the changeset viewer.