Changeset 16824


Ignore:
Timestamp:
11/18/13 16:13:33 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added ref

Location:
issm/trunk-jpl/src/c/classes/Elements
Files:
2 edited

Legend:

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

    r16823 r16824  
    85158515                        drag_input->GetInputValue(&drag,gauss);
    85168516
    8517                         /*No ref...*/
     8517                        /*Payne 1995 (m = 1, B = 5e-3/yts = 1.58e-10  m/s/Pa*/
    85188518                        ub=-1.58*1.e-10*rho_ice*gravity*thickness*slope[0];
    85198519                        vb=-1.58*1.e-10*rho_ice*gravity*thickness*slope[1];
  • issm/trunk-jpl/src/c/classes/Elements/Tria.cpp

    r16823 r16824  
    42554255                slope2=slope[0]*slope[0]+slope[1]*slope[1];
    42564256
    4257                 /*No ref...*/
     4257                /*Payne 1995 (m = 1, B = 5e-3/yts = 1.58e-10  m/s/Pa*/
    42584258                ub=-1.58*1.e-10*rho_ice*gravity*thickness*slope[0];
    42594259                vb=-1.58*1.e-10*rho_ice*gravity*thickness*slope[1];
Note: See TracChangeset for help on using the changeset viewer.