Changeset 11272


Ignore:
Timestamp:
01/31/12 11:30:55 (13 years ago)
Author:
seroussi
Message:

minor

File:
1 edited

Legend:

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

    r11269 r11272  
    37633763        GaussPenta* gauss=NULL;
    37643764
     3765        /* Ice/ocean heat exchange flux on ice shelf base */
     3766        if (!IsOnBed() || !IsFloating()) return NULL;
     3767
    37653768        /*Initialize Element vector*/
    37663769        ElementVector* pe=new ElementVector(nodes,NUMVERTICES,this->parameters);
    3767 
    3768         /* Ice/ocean heat exchange flux on ice shelf base */
    3769         if (!IsOnBed() || !IsFloating()) return NULL;
    37703770
    37713771        /*Retrieve all inputs and parameters*/
Note: See TracChangeset for help on using the changeset viewer.