Changeset 1256
- Timestamp:
- 09/08/17 16:48:47 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/XIOS_DEV_CMIP6/src/io/nc4_data_input.cpp
r1201 r1256 321 321 std::vector<StdSize> nBeginBndsLatLon(3), nSizeBndsLatLon(3); 322 322 nBeginBndsLatLon[0] = 0; nSizeBndsLatLon[0] = domain->nj_glo.getValue(); 323 nBeginBndsLatLon[1] = 0; nSizeBndsLatLon[1] = domain->n j_glo.getValue();323 nBeginBndsLatLon[1] = 0; nSizeBndsLatLon[1] = domain->ni_glo.getValue(); 324 324 nBeginBndsLatLon[2] = 0; nSizeBndsLatLon[2] = nbVertex; 325 325
Note: See TracChangeset
for help on using the changeset viewer.