Ignore:
Timestamp:
01/01/19 21:09:23 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: AMR now uses a lot more of the model processor functions. In some cases, we now have to pass the flag isAMR so that fields from iomodel are not loaded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/classes/Node.h ΒΆ

    r23561 r23585  
    4141                /*Node constructors, destructors*/
    4242                Node();
    43                 Node(int node_id,int node_sid,int node_lid,int node_pid,int io_index,bool isclone,IoModel* iomodel,int analysis_enum,int approximation_in);
     43                Node(int node_id,int node_sid,int node_lid,int node_pid,int io_index,bool isclone,IoModel* iomodel,int analysis_enum,int approximation_in,bool isamr);
    4444                ~Node();
    4545
Note: See TracChangeset for help on using the changeset viewer.