Ignore:
Timestamp:
09/01/15 17:15:42 (9 years ago)
Author:
rlacroix
Message:

Rephrase some error messages so that they are clearer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/array_new.hpp

    r677 r680  
    554554  { 
    555555    if (!array.toBuffer(buffer)) ERROR("template <typename T_numtype,int N_rank> inline CBufferOut& operator<<(CBufferOut& buffer, const CArray& array)", 
    556                                        << "Buffer remain size is to low for size type"); 
     556                                       << "Not enough free space in buffer to queue the array."); 
    557557    return buffer; 
    558558  } 
     
    561561  { 
    562562    if (!array.fromBuffer(buffer)) ERROR("template <typename T_numtype,int N_rank> inline CBufferIn& operator>>(CBufferIn& buffer, CArray& array)", 
    563                                          << "Buffer remain size is to low for size type"); 
     563                                         << "Not enough data in buffer to unqueue the array."); 
    564564    return buffer; 
    565565  } 
Note: See TracChangeset for help on using the changeset viewer.