Ignore:
Timestamp:
07/28/17 09:09:53 (8 years ago)
Author:
seroussi
Message:

BUG: fixed subelement migration 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/MasstransportAnalysis.cpp

    r21891 r21892  
    500500                gllevelset_input=element->GetInput(MaskGroundediceLevelsetEnum); _assert_(gllevelset_input);
    501501                element->GetGroundedPart(&point1,&fraction1,&fraction2,&mainlyfloating);
    502            gauss = element->NewGauss(point1,fraction1,fraction2,mainlyfloating,3);
     502           gauss = element->NewGauss(point1,fraction1,fraction2,3);
    503503        }
    504504        else{
Note: See TracChangeset for help on using the changeset viewer.