Changeset 19762


Ignore:
Timestamp:
11/19/15 11:19:37 (9 years ago)
Author:
seroussi
Message:

BUG: hack for thermal should be false by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/ThermalAnalysis.cpp

    r19637 r19762  
    714714        int        *doflist   = NULL;
    715715        IssmDouble *xyz_list  = NULL;
    716         bool        hack      = true;
     716        bool        hack      = false;
    717717
    718718        /*Fetch number of nodes and dof for this finite element*/
Note: See TracChangeset for help on using the changeset viewer.