- Timestamp:
- 04/16/12 14:57:18 (13 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 7 7 config.status 8 8 configure 9 doxygen10 9 ISSM.paf 11 10 ISSM.ppf 12 11 ISSM.ppf_cache 13 12 libtool 14 list15 13 Makefile 16 14 Makefile.in
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
issm/trunk/src/c/solutions/adjointbalancethickness_core.cpp
r9761 r11995 16 16 17 17 /*parameters: */ 18 bool control_analysis; 19 int solution_type; 18 bool save_results; 20 19 21 20 /*retrieve parameters:*/ 22 femmodel->parameters->FindParam(&control_analysis,InversionIscontrolEnum); 23 femmodel->parameters->FindParam(&solution_type,SolutionTypeEnum); 21 femmodel->parameters->FindParam(&save_results,SaveResultsEnum); 24 22 25 23 /*compute thickness */ … … 37 35 38 36 /*Save results*/ 39 if(s olution_type==AdjointSolutionEnum && !control_analysis){37 if(save_results){ 40 38 _printf_(VerboseSolution()," saving results\n"); 41 39 InputToResultx(femmodel->elements,femmodel->nodes,femmodel->vertices,femmodel->loads,femmodel->materials,femmodel->parameters,AdjointEnum);
Note:
See TracChangeset
for help on using the changeset viewer.