Changeset 17449


Ignore:
Timestamp:
03/17/14 15:37:54 (11 years ago)
Author:
seroussi
Message:

CHG: friction in 3d tria (for ssa 3d)

File:
1 edited

Legend:

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

    r17446 r17449  
    600600
    601601        }
    602         else if(meshtype==Mesh2DhorizontalEnum){
     602        else if(meshtype==Mesh2DhorizontalEnum || meshtype==Mesh3DEnum){
    603603                /*Check that not all nodes are grounded or floating*/
    604604                if(gl[0]>0 && gl[1]>0 && gl[2]>0){ // All grounded
Note: See TracChangeset for help on using the changeset viewer.