Ignore:
Timestamp:
07/27/22 09:47:30 (23 months 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.hpp

    r2386 r2388  
    4444            virtual StdString dumpGraph(void) const = 0; 
    4545            virtual bool isEqual(const CAttribute& ) = 0; 
    46             virtual int computeHash(void) = 0; 
     46            virtual size_t computeHash(void) = 0; 
    4747 
    4848            //! Returns true if and only if the attribute should be publicly exposed in the API 
Note: See TracChangeset for help on using the changeset viewer.