Changeset 1489


Ignore:
Timestamp:
04/20/18 17:10:12 (6 years ago)
Author:
oabramkina
Message:

Check on output_freq corrected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/node/context.cpp

    r1488 r1489  
    885885            if (allFiles[i]->enabled.getValue()) // Si l'attribut 'enabled' est fixé à vrai. 
    886886            { 
    887               if (!allFiles[i]->output_freq.isEmpty()) 
     887              if (allFiles[i]->output_freq.isEmpty()) 
    888888              { 
    889889                 ERROR("CContext::findEnabledFiles()", 
     
    903903         else 
    904904         { 
    905            if (!allFiles[i]->output_freq.isEmpty()) 
     905           if (allFiles[i]->output_freq.isEmpty()) 
    906906           { 
    907907              ERROR("CContext::findEnabledFiles()", 
Note: See TracChangeset for help on using the changeset viewer.