Skip to content

Commit

Permalink
remove print (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs authored Jul 26, 2024
1 parent 685765c commit 78c292c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ciarlet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ impl<T: RlstScalar + MatrixInverse> CiarletElement<T> {
}

let new_pts = if continuity == Continuity::Discontinuous {
println!("A");
let mut new_pts: EntityPoints<T::Real> = [vec![], vec![], vec![], vec![]];
let mut all_pts = rlst_dynamic_array2![T::Real, [tdim, npts]];
for (i, pts_i) in interpolation_points.iter().take(tdim).enumerate() {
Expand Down

0 comments on commit 78c292c

Please sign in to comment.