We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee6c909 + f384bbd commit 57b6ce1Copy full SHA for 57b6ce1
1 file changed
src/allocators.rs
@@ -1,7 +1,6 @@
1
//! Helper traits for allocator trait bounds.
2
use crate::element::{ConnectivityGeometryDim, ConnectivityReferenceDim, ElementConnectivity};
3
-use nalgebra::allocator::Allocator;
4
-use nalgebra::{DefaultAllocator, DimName, Scalar, U1};
+use nalgebra::{DefaultAllocator, Scalar};
5
6
pub trait ElementConnectivityAllocator<T, Connectivity>:
7
BiDimAllocator<T, ConnectivityGeometryDim<T, Connectivity>, ConnectivityReferenceDim<T, Connectivity>>
0 commit comments