Skip to content

Commit

Permalink
fixes partition documentation
Browse files Browse the repository at this point in the history
Co-authored-by: Pratik Nayak <[email protected]>
  • Loading branch information
MarcelKoch and pratikvn committed Jan 27, 2023
1 parent c477c35 commit 4903f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/ginkgo/core/distributed/partition.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ namespace distributed {
* ```
* starting_index[0] = 0,
* starting_index[1] = 0,
* starting_index[2] = 3, // second range of part 1
* starting_index[2] = 3, // second range of part 0
* starting_index[3] = 0,
* starting_index[4] = 5, // third range of part 1
* starting_index[4] = 5, // third range of part 0
* ```
* which you can use to iterate only over the the second range of part 1 (the
* third global range) with
Expand Down

0 comments on commit 4903f20

Please sign in to comment.