Changeset 3862


Ignore:
Timestamp:
05/20/10 08:31:51 (15 years ago)
Author:
seroussi
Message:

fixed friction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Tria.cpp

    r3856 r3862  
    13821382                gauss_l1l2l3[2]=*(third_gauss_area_coord+ig);
    13831383
    1384 
    13851384                /*Friction: */
    1386                 friction->GetAlpha2(&alpha2, gauss_l1l2l3,VxAverageEnum,VyAverageEnum,VzAverageEnum);
     1385                friction->GetAlpha2(&alpha2, gauss_l1l2l3,VxEnum,VyEnum,VzEnum);
    13871386
    13881387                // If we have a slope > 6% for this element,  it means  we are on a mountain. In this particular case,
     
    30053004                inputs->GetParameterValue(&geothermalflux_value, &gauss_coord[0],GeothermalFluxEnum);
    30063005       
    3007                 friction->GetAlpha2(&alpha2,&gauss_coord[0],VxAverageEnum,VyAverageEnum,VzAverageEnum);
     3006                friction->GetAlpha2(&alpha2,&gauss_coord[0],VxEnum,VyEnum,VzEnum);
    30083007                inputs->GetParameterValue(&vx, &gauss_coord[0],VxAverageEnum);
    30093008                inputs->GetParameterValue(&vy, &gauss_coord[0],VyAverageEnum);
Note: See TracChangeset for help on using the changeset viewer.