Changeset 1954
- Timestamp:
- 10/08/20 13:04:53 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/local_view.hpp
r1936 r1954 60 60 CArray<size_t,1>& globalIndex_ ; 61 61 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_ */ 63 63 int& localRank_ ; 64 int& localSize_ ; 64 int& localSize_ ; /** The local size of the element, ie the size of globalIndex_ */ 65 65 } ; 66 66
Note: See TracChangeset
for help on using the changeset viewer.