Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mtantaoui committed Jan 6, 2025
1 parent 382e593 commit ec4f3de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/romberg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,7 @@ where
})
.collect_into_vec(&mut trapezoidals);


// Storing computed values (shared between threads)
// Storing computed values (shared between threads)
let cache: Mutex<HashMap<(U, U), F2>> = Mutex::new(HashMap::new());

let integral = romberg(
Expand Down

0 comments on commit ec4f3de

Please sign in to comment.