source: issm/oecreview/Archive/24684-25833/ISSM-25083-25084.diff@ 25834

Last change on this file since 25834 was 25834, checked in by Mathieu Morlighem, 4 years ago

CHG: added 24684-25833

File size: 1.2 KB
RevLine 
[25834]1Index: ../trunk-jpl/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp
2===================================================================
3--- ../trunk-jpl/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp (revision 25083)
4+++ ../trunk-jpl/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp (revision 25084)
5@@ -31,6 +31,8 @@
6 char *descriptor = NULL;
7 char root[50]; //root name of variable, ex: DragCoefficent, RhoIce, etc ...
8
9+ if (VerboseQmu())_printf0_("dakota variables updates\n");
10+
11 /*retrieve parameters: */
12 femmodel->parameters->FindParam(&variable_partitions,&variable_partitions_num,NULL,NULL,QmuVariablePartitionsEnum);
13 femmodel->parameters->FindParam(&variable_partitions_npart,NULL,NULL,QmuVariablePartitionsNpartEnum);
14@@ -44,6 +46,8 @@
15 for(i=0;i<numdakotavariables;i++){ //these are the dakota variables, for all partitions.
16
17 descriptor=variables_descriptors[i];
18+
19+ if (VerboseQmu())_printf0_(" updating variable " << descriptor << "\n");
20
21 /*From descriptor, figure out if the variable is scaled, indexed, nodal, or just a simple variable: */
22 if (strncmp(descriptor,"scaled_",7)==0){
Note: See TracBrowser for help on using the repository browser.