Changeset 16197
- Timestamp:
- 09/20/13 07:36:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/ConstraintsStatex/ConstraintsStatex.cpp
r16188 r16197 37 37 #endif 38 38 39 /*FIXME: this function is actually called by Hydrology and damage evolution. Should be renamed*/ 39 40 #ifdef _HAVE_THERMAL_ 40 41 if(PengridIsPresent(femmodel->loads,ThermalAnalysisEnum)){ 42 41 if(PengridIsPresent(femmodel->loads,analysis_type)){ 43 42 ThermalConstraintsState(femmodel->loads,&converged,&num_unstable_constraints,analysis_type); 44 43 } 45 44 #endif 46 47 #ifdef _HAVE_DAMAGE_48 49 if(PengridIsPresent(femmodel->loads,DamageEvolutionAnalysisEnum)){50 51 DamageConstraintsState(femmodel->loads,&converged,&num_unstable_constraints,analysis_type);52 }53 #endif54 55 45 56 46 /*Assign output pointers: */
Note:
See TracChangeset
for help on using the changeset viewer.