Changeset 28251


Ignore:
Timestamp:
05/03/24 09:10:38 (11 months ago)
Author:
Mathieu Morlighem
Message:

BUG: fixing unhappy compiler

File:
1 edited

Legend:

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

    r28155 r28251  
    33043304        /*build friction object, used later on: */
    33053305        /*dim=4 is special for HO, which is actually 2.5D*/
    3306         Friction* friction=new Friction(element,dim==3?2.5:1);
     3306        Friction* friction=new Friction(element,dim==3?2.5:1.0);
    33073307
    33083308        /*Recover portion of element that is grounded*/
Note: See TracChangeset for help on using the changeset viewer.