Changeset 14423


Ignore:
Timestamp:
03/01/13 13:52:48 (12 years ago)
Author:
seroussi
Message:

minor

File:
1 edited

Legend:

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

    r14384 r14423  
    11241124        IssmDouble         gl[3];
    11251125        IssmDouble         xyz_bis[3][3];
    1126         GaussTria         *gauss = NULL;
    11271126
    11281127        /*Recover parameters and values*/
     
    12071206
    12081207                /*Compute fraction of grounded element*/
    1209                 GetJacobianDeterminant(&area_init, xyz_list,gauss);
    1210                 GetJacobianDeterminant(&area_grounded, &xyz_bis[0][0],gauss);
     1208                GetJacobianDeterminant(&area_init, xyz_list,NULL);
     1209                GetJacobianDeterminant(&area_grounded, &xyz_bis[0][0],NULL);
    12111210                if(mainlyfloating==true) area_grounded=area_init-area_grounded;
    12121211                phi=area_grounded/area_init;
Note: See TracChangeset for help on using the changeset viewer.