Changeset 21599


Ignore:
Timestamp:
03/10/17 10:38:22 (8 years ago)
Author:
Eric.Larour
Message:

CHG: more verbosing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-GRL2017/src/c/modules/ModelProcessorx/ModelProcessorx.cpp

    r20690 r21599  
    6868
    6969        /*Solution specific updates*/
     70        if(VerboseMProcessor()) _printf0_("   updating elements and materials for control parameters" << "\n");
    7071        UpdateElementsAndMaterialsControl(elements,materials,iomodel);
    7172        #ifdef _HAVE_DAKOTA_
     73        if(VerboseMProcessor()) _printf0_("   updating elements and materials for uncertainty quantification" << "\n");
    7274        UpdateElementsAndMaterialsDakota(elements,materials,iomodel);
    7375        #endif
     
    7779
    7880        /*Output definitions dataset: */
     81        if(VerboseMProcessor()) _printf0_("   creating output definitions" << "\n");
    7982        CreateOutputDefinitions(elements,parameters,iomodel);
    8083
Note: See TracChangeset for help on using the changeset viewer.