Skip to content

Commit

Permalink
correct
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Jan 28, 2025
1 parent 5637253 commit 53eceb8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/parallel_grid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,11 @@ fn main() {

println!("{rank} B");
b.create_parallel_grid_root(&comm, GraphPartitioner::None)
println!("{rank} C");
} else {
println!("{rank} B");
b.create_parallel_grid(&comm, 0)
println!("{rank} C");
};
println!("{rank} D");
println!("{rank} C");

// Check that owned cells are sorted ahead of ghost cells

Expand Down

0 comments on commit 53eceb8

Please sign in to comment.