Skip to content

Commit

Permalink
remove parallel_grid (to be reverted)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed May 10, 2024
1 parent 68ac5a5 commit b9a347f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/grid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ pub mod common;
pub mod flat_triangle_grid;
pub mod io;
pub mod mixed_grid;
#[cfg(feature = "mpi")]
pub mod parallel_grid;
pub mod shapes;
pub mod single_element_grid;
pub mod traits;
Expand Down

0 comments on commit b9a347f

Please sign in to comment.