Changeset 14952
- Timestamp:
- 05/07/13 19:13:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/solutions/dakota_core.cpp
r14950 r14952 40 40 #include "../EnumDefinitions/EnumDefinitions.h" 41 41 #include "../classes/dakota/DakotaPlugin.h" 42 #include "../classes/FemModel.h" 42 43 43 44 #ifdef _HAVE_DAKOTA_ //only works if dakota library has been compiled in. … … 56 57 57 58 int my_rank; 58 char *dakota_input_file = NULL;59 char *dakota_output_file = NULL;60 char *dakota_error_file = NULL;61 int status =0;59 char *dakota_input_file = NULL; 60 char *dakota_output_file = NULL; 61 char *dakota_error_file = NULL; 62 int status = 0; 62 63 Dakota::ModelLIter ml_iter; 63 Parameters * parameters= NULL;64 Parameters *parameters = NULL; 64 65 65 66 /*Recover dakota_input_file, dakota_output_file and dakota_error_file, in the parameters dataset in parallel */
Note:
See TracChangeset
for help on using the changeset viewer.