Ignore:
Timestamp:
04/04/18 12:48:53 (6 years ago)
Author:
oabramkina
Message:

DEV_CMIP6: porting changes in r1471.

Now DEV_CMIP6 compiles with PGI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/context_client.cpp

    r1378 r1474  
    337337     for (std::map<int,StdSize>::const_iterator it = mapSize.begin(), ite = mapSize.end(); it != ite; ++it) 
    338338     { 
    339        double ratio = double(it->second) / maxEventSize.at(it->first); 
     339       double ratio = double(it->second) / maxEventSizes[it->first]; 
    340340       if (ratio < minBufferSizeEventSizeRatio) minBufferSizeEventSizeRatio = ratio; 
    341341     } 
Note: See TracChangeset for help on using the changeset viewer.