Fix accumulate bug

This commit is contained in:
2021-10-01 17:42:57 +02:00
parent aa2d88ee2f
commit 8c64423052
4 changed files with 6 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ namespace atrip {
==
( std::accumulate(n_tuples_per_rank.begin(),
n_tuples_per_rank.end(),
0)
0UL)
+ nExtraInvalid
));
#endif