Changeset 1954


Ignore:
Timestamp:
10/08/20 13:04:53 (4 years ago)
Author:
ymipsl
Message:

Xios coupling.

Add some comments.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/local_view.hpp

    r1936 r1954  
    6060    CArray<size_t,1>& globalIndex_ ; 
    6161    CArray<int,1>& index_ ; 
    62     int& size_ ; 
     62    int& size_ ;        /** The number of index composing the view, ie the size of the corresponding data, ie the size of index_ */ 
    6363    int& localRank_ ; 
    64     int& localSize_ ; 
     64    int& localSize_ ;   /** The local size of the element, ie the size of globalIndex_ */ 
    6565  } ; 
    6666 
Note: See TracChangeset for help on using the changeset viewer.