Ignore:
Timestamp:
09/27/17 18:05:03 (7 years ago)
Author:
ymipsl
Message:

Some code lines forgetten during last merge (rev. 1158)

Side effects are expected...

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/object_template_impl.hpp

    r1158 r1283  
    229229     for (; it != itE; ++it) 
    230230     { 
    231        if (!(it->second)->isEmpty()) sendAttributToServer(*(it->second)); 
     231       if (it->second->doSend() && !(it->second)->isEmpty()) sendAttributToServer(*(it->second)); 
    232232     } 
    233233   } 
     
    240240     for (; it != itE; ++it) 
    241241     { 
    242        if (!(it->second)->isEmpty()) sendAttributToServer(*(it->second), client); 
     242       if (it->second->doSend() && !(it->second)->isEmpty()) sendAttributToServer(*(it->second), client); 
    243243     } 
    244244   } 
Note: See TracChangeset for help on using the changeset viewer.