Changeset 23579
- Timestamp:
- 12/28/18 13:24:43 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/IoModel.cpp
r23578 r23579 454 454 455 455 /*Initialize array detecting whether data[i] is an independent AD mode variable: */ 456 this->F etchConstants(&autodiff,"md.autodiff.isautodiff");457 this->F etchConstants(&iscontrol,"md.inversion.iscontrol");456 this->FindConstant(&autodiff,"md.autodiff.isautodiff"); 457 this->FindConstant(&iscontrol,"md.inversion.iscontrol"); 458 458 459 459 if(trace || (autodiff && !iscontrol)){
Note:
See TracChangeset
for help on using the changeset viewer.