Changeset 22610
- Timestamp:
- 03/22/18 15:06:17 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/ad_core.cpp
r22438 r22610 26 26 int num_dependents=0; 27 27 int num_independents=0; 28 bool isautodiff = false;28 bool isautodiff,iscontrol; 29 29 char *driver = NULL; 30 30 size_t tape_stats[15]; … … 37 37 /*AD mode on?: */ 38 38 femmodel->parameters->FindParam(&isautodiff,AutodiffIsautodiffEnum); 39 40 if(isautodiff){ 39 femmodel->parameters->FindParam(&iscontrol,InversionIscontrolEnum); 40 41 if(isautodiff && !iscontrol){ 41 42 42 43 #ifdef _HAVE_ADOLC_
Note:
See TracChangeset
for help on using the changeset viewer.