Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Aug 27, 2024
1 parent 847c875 commit 619729c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/assembly/boundary/integrands/hypersingular.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ impl<T: RlstScalar> HypersingularNormalNormalBoundaryIntegrand<T> {
}
}

impl<T: RlstScalar> Default for HypersingularNormalNormalBoundaryIntegrand<T> {
fn default() -> Self {
Self::new()
}
}

impl<T: RlstScalar> BoundaryIntegrand for HypersingularNormalNormalBoundaryIntegrand<T> {
type T = T;

Expand Down

0 comments on commit 619729c

Please sign in to comment.