Changeset 25084


Ignore:
Timestamp:
06/19/20 22:21:22 (5 years ago)
Author:
Eric.Larour
Message:

CHG: some verbosing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp

    r25019 r25084  
    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);
     
    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: */
Note: See TracChangeset for help on using the changeset viewer.