Ignore:
Timestamp:
07/27/22 09:47:30 (2 years ago)
Author:
jderouillat
Message:

Manage hash values with size_t in hash tables of elements associated to output files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/attribute_array_impl.hpp

    r2386 r2388  
    119119   
    120120    template <typename T_numtype, int N_rank> 
    121     int CAttributeArray<T_numtype,N_rank>::computeHash(void) 
     121    size_t CAttributeArray<T_numtype,N_rank>::computeHash(void) 
    122122    { 
    123123      ERROR("CAttributeArray::computeHash(void)", 
Note: See TracChangeset for help on using the changeset viewer.