Changeset 1198 for XIOS/trunk


Ignore:
Timestamp:
07/06/17 16:52:47 (7 years ago)
Author:
rlacroix
Message:

Fix a stupid mistake in previous commit...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/context_client.cpp

    r1197 r1198  
    296296 
    297297     if (minBufferSizeEventSizeRatio < 1.0) 
     298     { 
    298299       ERROR("void CContextClient::setBufferSize(const std::map<int,StdSize>& mapSize, const std::map<int,StdSize>& maxEventSize)", 
    299300             << "The buffer sizes and the maximum events sizes are incoherent."); 
     301     } 
    300302     else if (minBufferSizeEventSizeRatio == std::numeric_limits<double>::max()) 
    301303       minBufferSizeEventSizeRatio = 1.0; // In this case, maxBufferedEvents will never be used but we want to avoid any floating point exception 
Note: See TracChangeset for help on using the changeset viewer.