Changeset 5058


Ignore:
Timestamp:
08/09/10 08:42:08 (15 years ago)
Author:
seroussi
Message:

Fixed Hutter 3d (stupid commit last friday)

File:
1 edited

Legend:

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

    r5038 r5058  
    35063506
    35073507                        //compute ub
    3508                         constant_part=-0*1.58*pow((double)10.0,-(double)10.0)*rho_ice*gravity*thickness;
     3508                        constant_part=-1.58*pow((double)10.0,-(double)10.0)*rho_ice*gravity*thickness;
    35093509                        ub=constant_part*slope[0];
    35103510                        vb=constant_part*slope[1];
Note: See TracChangeset for help on using the changeset viewer.