Changeset 17143


Ignore:
Timestamp:
01/17/14 15:29:33 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: removing eric's commit 17047

File:
1 edited

Legend:

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

    r17118 r17143  
    22642264
    22652265        /*If on water, return 0: */
    2266         if(!IsIceInElement()){
    2267                 printf("no ice in element!\n");
    2268                 return 0;
    2269         }
     2266        if(!IsIceInElement()) return 0.;
    22702267
    22712268        ::GetVerticesCoordinates(&xyz_list[0][0],vertices,NUMVERTICES);
Note: See TracChangeset for help on using the changeset viewer.