Skip to content

Commit

Permalink
Fixed warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tbetcke committed Dec 9, 2024
1 parent 35f3e72 commit a1ec98a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sparse/sparse_mat/distributed_csr_mat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use crate::sparse::index_layout::DefaultDistributedIndexLayout;
use crate::sparse::sparse_mat::csr_mat::CsrMatrix;
use crate::sparse::sparse_mat::SparseMatType;
use crate::sparse::traits::index_layout::IndexLayout;
use crate::RlstResult;
use bempp_ghost::GhostCommunicator;
use itertools::{izip, Itertools};

Expand Down

0 comments on commit a1ec98a

Please sign in to comment.