Skip to content

Commit

Permalink
Remove undefined exported symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Dec 7, 2023
1 parent e7b097c commit 8a0f4ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LinearSolvers/LinearSolvers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ using KrylovPreconditioners
const KA = KernelAbstractions
const KP = KrylovPreconditioners

export bicgstab, list_solvers, default_linear_solver
export DirectSolver, BICGSTAB, EigenBICGSTAB, Bicgstab
export list_solvers, default_linear_solver
export DirectSolver, Bicgstab
export do_scaling, scaling!

@enum(
Expand Down

0 comments on commit 8a0f4ae

Please sign in to comment.