Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
warisa-r committed Jun 25, 2024
1 parent cda3c84 commit 84f6a6d
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions ext/TrixiNLsolveExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,11 @@ else
using ..NLsolve: nlsolve
end

# Use other necessary libraries
using LinearAlgebra: norm

using Random: seed!

# Use functions and additional symbols that are not exported
using Trixi: Trixi, PairedExplicitRK3_butcher_tableau_objective_function, @muladd

# Use functions that are to be extended
using Trixi: Trixi, solve_a_unknown!
# Use functions that are to be extended and additional symbols that are not exported
using Trixi: Trixi, solve_a_unknown!, PairedExplicitRK3_butcher_tableau_objective_function,
@muladd

# By default, Julia/LLVM does not use fused multiply-add operations (FMAs).
# Since these FMAs can increase the performance of many numerical algorithms,
Expand Down

0 comments on commit 84f6a6d

Please sign in to comment.