Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update node/network/protocol/src/grid_topology.rs
Co-authored-by: Andronik <write@reusable.software>
  • Loading branch information
rphmeier and ordian authored Oct 12, 2022
commit 92475f089bc03d4e36c9d9aa68cabad5854d9bdd
2 changes: 1 addition & 1 deletion node/network/protocol/src/grid_topology.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ struct MatrixNeighbors<R, C> {
column_neighbors: C,
}

/// Compute our row and column neighbors in a matrix
/// Compute the row and column neighbors of `val_index` in a matrix
fn matrix_neighbors(
val_index: usize,
len: usize,
Expand Down