Changeset 21599
- Timestamp:
- 03/10/17 10:38:22 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-larour-GRL2017/src/c/modules/ModelProcessorx/ModelProcessorx.cpp
r20690 r21599 68 68 69 69 /*Solution specific updates*/ 70 if(VerboseMProcessor()) _printf0_(" updating elements and materials for control parameters" << "\n"); 70 71 UpdateElementsAndMaterialsControl(elements,materials,iomodel); 71 72 #ifdef _HAVE_DAKOTA_ 73 if(VerboseMProcessor()) _printf0_(" updating elements and materials for uncertainty quantification" << "\n"); 72 74 UpdateElementsAndMaterialsDakota(elements,materials,iomodel); 73 75 #endif … … 77 79 78 80 /*Output definitions dataset: */ 81 if(VerboseMProcessor()) _printf0_(" creating output definitions" << "\n"); 79 82 CreateOutputDefinitions(elements,parameters,iomodel); 80 83
Note:
See TracChangeset
for help on using the changeset viewer.