Changeset 25663 for issm/trunk-jpl/src/c/main/issm_dakota.cpp
- Timestamp:
- 10/08/20 20:18:25 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/main/issm_dakota.cpp
r25627 r25663 41 41 42 42 /*Create directory structure for model outputs:*/ 43 #ifdef (_SYSTEM_FMEMOPEN_) 43 44 statistics=DakotaDirStructure(argc,argv); 45 #endif 44 46 45 47 /* Parse input and construct Dakota LibraryEnvironment, performing input data checks*/ … … 88 90 89 91 /* Run statistics if requested:*/ 92 #ifdef (_SYSTEM_FMEMOPEN_) 90 93 if(statistics)DakotaStatistics(argc,argv); 94 #endif 91 95 92 96 /*free allocations:*/ … … 98 102 return 0; 99 103 #else 100 Cout << "ISSM Dakota 104 Cout << "ISSM Dakota executable was compiled without support of Dakota! Will just return now!" << "\n"; 101 105 return 1; 102 106 #endif
Note:
See TracChangeset
for help on using the changeset viewer.