Ignore:
Timestamp:
08/31/22 17:19:49 (22 months ago)
Author:
ymipsl
Message:

Add const attribute to argument.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/distribution/element.hpp

    r2267 r2396  
    5454  
    5555    public:  
    56       CLocalElement(int localRank, size_t globalSize, CArray<size_t,1>& globalIndex) ; 
     56      CLocalElement(int localRank, size_t globalSize, const CArray<size_t,1>& globalIndex) ; 
    5757      CLocalElement(int localRank, CEventServer& event) ; 
    5858      void recvFromClient(int localRank, CEventServer& event) ; 
Note: See TracChangeset for help on using the changeset viewer.