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

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

CHG: added 24684-25833

File size: 1.2 KB
  • ../trunk-jpl/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp

     
    3131        char   *descriptor         = NULL;
    3232        char    root[50]; //root name of variable, ex: DragCoefficent, RhoIce, etc ...
    3333
     34        if (VerboseQmu())_printf0_("dakota variables updates\n");
     35
    3436        /*retrieve parameters: */
    3537        femmodel->parameters->FindParam(&variable_partitions,&variable_partitions_num,NULL,NULL,QmuVariablePartitionsEnum);
    3638        femmodel->parameters->FindParam(&variable_partitions_npart,NULL,NULL,QmuVariablePartitionsNpartEnum);
     
    4446        for(i=0;i<numdakotavariables;i++){ //these are the dakota variables, for all partitions.
    4547
    4648                descriptor=variables_descriptors[i];
     49       
     50                if (VerboseQmu())_printf0_("   updating variable " << descriptor << "\n");
    4751
    4852                /*From descriptor, figure out if the variable is scaled, indexed, nodal, or just a simple variable: */
    4953                if (strncmp(descriptor,"scaled_",7)==0){
Note: See TracBrowser for help on using the repository browser.