Changeset 2347
- Timestamp:
- 06/30/22 12:41:08 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/dev_ym/XIOS_COUPLING/src/transport/one_sided_client_buffer.cpp
r2346 r2347 118 118 if (count > 0) 119 119 { 120 blocs_.push_back({addr,currentBuffer_, start, count, currentWindow_}) ;120 blocs_.push_back({addr,currentBuffer_, start, static_cast<int>(count), currentWindow_}) ; 121 121 nbBlocs++ ; 122 122 } … … 127 127 if (count > 0) 128 128 { 129 blocs_.push_back({addr,currentBuffer_, start, count, currentWindow_}) ;129 blocs_.push_back({addr,currentBuffer_, start, static_cast<int>(count), currentWindow_}) ; 130 130 nbBlocs++ ; 131 131 }
Note: See TracChangeset
for help on using the changeset viewer.