Changeset 25231


Ignore:
Timestamp:
07/08/20 13:00:05 (5 years ago)
Author:
Eric.Larour
Message:

CHG: better qmu output.

File:
1 edited

Legend:

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

    r25218 r25231  
    226226        if (strncmp(root,"SurfaceloadModelid",18)==0){
    227227
    228                 if(VerboseQmu())_printf_("Updating SurfaceloadModelid MME, with ids: " << "\n");
    229                 for (int i=0;i<npart;i++)_printf_((int)distributed_values[i] << " ");
     228                if(VerboseQmu()){
     229                        _printf0_("Updating SurfaceloadModelid MME, with ids: ");
     230                        for (int i=0;i<npart;i++)_printf0_((int)distributed_values[i]+1 << " ");
     231                        _printf0_("\n");
     232                }
    230233
    231234
Note: See TracChangeset for help on using the changeset viewer.