Changeset 23579


Ignore:
Timestamp:
12/28/18 13:24:43 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: some checks in iomodel and isautodiff is a constant, not a dataset

File:
1 edited

Legend:

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

    r23578 r23579  
    454454
    455455        /*Initialize array detecting whether data[i] is an independent AD mode variable: */
    456         this->FetchConstants(&autodiff,"md.autodiff.isautodiff");
    457         this->FetchConstants(&iscontrol,"md.inversion.iscontrol");
     456        this->FindConstant(&autodiff,"md.autodiff.isautodiff");
     457        this->FindConstant(&iscontrol,"md.inversion.iscontrol");
    458458
    459459        if(trace || (autodiff && !iscontrol)){
Note: See TracChangeset for help on using the changeset viewer.