Ignore:
Timestamp:
02/19/16 10:25:41 (9 years ago)
Author:
seroussi
Message:

NEW: finished implementing basal melt computation

File:
1 edited

Legend:

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

    r20212 r20215  
    30913091        this->GetGroundedPart(&point1,&fraction1,&fraction2,&mainlyfloating);
    30923092        /* Start  looping on the number of gaussian points: */
    3093         gauss = this->NewGauss(point1,fraction1,fraction2,1-mainlyfloating,2);
     3093        gauss = this->NewGauss(point1,fraction1,fraction2,1-mainlyfloating,3);
    30943094        for(int ig=gauss->begin();ig<gauss->end();ig++){
    30953095
Note: See TracChangeset for help on using the changeset viewer.