Changeset 21376


Ignore:
Timestamp:
11/14/16 14:17:03 (8 years ago)
Author:
Eric.Larour
Message:

CHG: minor fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-NatGeoScience2016/src/c/classes/Elements/Tria.cpp

    r21375 r21376  
    37483748                        IssmDouble Ig=0;
    37493749                        gauss->GaussPoint(ig);
    3750                         deltathickness_input->GetInputValue(&Ig);
     3750                        deltathickness_input->GetInputValue(&Ig,gauss);
    37513751                        I+=Ig*gauss->weight;
    37523752                        total_weight+=gauss->weight;
Note: See TracChangeset for help on using the changeset viewer.