Changeset 23159


Ignore:
Timestamp:
08/22/18 09:28:18 (7 years ago)
Author:
Mathieu Morlighem
Message:

BUG: pi was not initialized in friction law

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

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

    r23156 r23159  
    719719
    720720        /*Get till friction angles, defined by user [deg]*/
    721         IssmDouble phi,pi;
     721        IssmDouble phi;
    722722        element->GetInputValue(&phi,gauss,FrictionTillFrictionAngleEnum);
    723723
    724724        /*Convert till friction angle from user-defined deg to rad, which Matlab uses*/
    725         phi = phi*pi/180.;
     725        phi = phi*PI/180.;
    726726
    727727        /*Compute yield stress following a Mohr-Colomb criterion*/
Note: See TracChangeset for help on using the changeset viewer.