Changeset 26055


Ignore:
Timestamp:
03/08/21 20:55:46 (4 years ago)
Author:
Eric.Larour
Message:

CHG: wrong type of iscoupler, should be int instead of bool.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/esa_core.cpp

    r26047 r26055  
    2020        Vector<IssmDouble> *U_x   = NULL;
    2121        Vector<IssmDouble> *U_y    = NULL;
    22         bool save_results,isesa,iscoupler;
     22        bool save_results,isesa;
     23        int iscoupler;
    2324        int domaintype;
    2425        int solution_type;
Note: See TracChangeset for help on using the changeset viewer.