Changeset 23580
- Timestamp:
- 12/28/18 13:35:12 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/IoModel.cpp
r23579 r23580 454 454 455 455 /*Initialize array detecting whether data[i] is an independent AD mode variable: */ 456 this->F indConstant(&autodiff,"md.autodiff.isautodiff");457 this->F indConstant(&iscontrol,"md.inversion.iscontrol");456 this->FetchData(&autodiff,"md.autodiff.isautodiff"); 457 this->FetchData(&iscontrol,"md.inversion.iscontrol"); 458 458 459 459 if(trace || (autodiff && !iscontrol)){ … … 2537 2537 _error_("Cannot fetch \""<<data_name<<"\" does not start with \""<<mddot<<"\""); 2538 2538 } 2539 if(fid==NULL){2540 _error_("Cannot fetch \""<<data_name<<"\": file pointer invalid ");2541 }2542 2539 2543 2540 /*Go find in the binary file, the position of the data we want to fetch: */
Note:
See TracChangeset
for help on using the changeset viewer.