Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
michakraus committed May 13, 2024
1 parent 0724321 commit dc28bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/potential.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ struct Potential{BT, CT <: AbstractVector, PT, ST <: PoissonSolver}
solver::ST
rhs::CT

function Potential(basis, init_rhs) where {DT}
function Potential(basis, init_rhs)
solver = PoissonSolver(basis)
coeffs = solve(solver, init_rhs)
potential = PoissonSolution(basis, coeffs)
Expand Down

0 comments on commit dc28bae

Please sign in to comment.