Changeset 23922


Ignore:
Timestamp:
05/16/19 15:53:15 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: icefront flux should be >0 if out

File:
1 edited

Legend:

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

    r23906 r23922  
    19711971        IssmDouble normal[3];
    19721972        this->NormalSection(&normal[0],xyz_front);
    1973         normal[0] = -normal[0];
    1974         normal[1] = -normal[1];
     1973        //normal[0] = -normal[0];
     1974        //normal[1] = -normal[1];
    19751975
    19761976        /*Get inputs*/
Note: See TracChangeset for help on using the changeset viewer.