Changeset 12783


Ignore:
Timestamp:
07/27/12 15:59:48 (13 years ago)
Author:
helsen
Message:

fixed bug in Penta.cpp concering TotalSmb

File:
1 edited

Legend:

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

    r12773 r12783  
    32473247
    32483248        if(IsOnWater())return 0;
    3249 
     3249        if(IsOnWater() || !IsOnSurface())return 0;
     3250       
    32503251        GetVerticesCoordinates(&xyz_list[0][0], nodes, NUMVERTICES);
    32513252
Note: See TracChangeset for help on using the changeset viewer.