Changeset 22753
- Timestamp:
- 05/09/18 10:34:02 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/ModelProcessorx/Control/UpdateElementsAndMaterialsControl.cpp
r22740 r22753 10 10 11 11 12 //#if !defined(_HAVE_ADOLC_)12 #if !defined(_HAVE_ADOLC_) 13 13 void UpdateElementsAndMaterialsControl(Elements* elements,Parameters* parameters,Materials* materials, IoModel* iomodel){ 14 bool isautodiff;15 iomodel->FindConstant(&isautodiff,"md.autodiff.isautodiff");16 if(!isautodiff){17 14 /*Intermediary*/ 18 15 bool control_analysis; … … 131 128 xDelete<char*>(controls); 132 129 } 133 //} 134 //#else 135 //void UpdateElementsAndMaterialsControl(Elements* elements,Parameters* parameters,Materials* materials, IoModel* iomodel){ 136 else{ 130 #else 131 void UpdateElementsAndMaterialsControl(Elements* elements,Parameters* parameters,Materials* materials, IoModel* iomodel){ 137 132 138 133 /*Intermediaries*/ … … 234 229 return; 235 230 } 236 } 237 //#endif 231 #endif
Note:
See TracChangeset
for help on using the changeset viewer.