Changeset 2546
- Timestamp:
- 08/29/23 17:04:53 (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS3/trunk/src/node/axis.cpp
r2507 r2546 418 418 // It's not so correct but if begin is not the first value of index 419 419 // then data on the local axis has user-defined distribution. In this case, begin has no meaning. 420 if (begin.isEmpty()) begin = index(0); 420 if (begin.isEmpty()) 421 if (n==0) begin=0 ; 422 else begin = index(0); 421 423 } 422 424 else
Note: See TracChangeset
for help on using the changeset viewer.