From eeb2bb57c7b05c50543142510fc37955dd50791b Mon Sep 17 00:00:00 2001 From: Nuwan Yapa Date: Mon, 1 Jul 2024 18:28:32 -0400 Subject: [PATCH] Docstring fix --- dirac.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dirac.jl b/dirac.jl index 00ec71b..234611f 100644 --- a/dirac.jl +++ b/dirac.jl @@ -23,7 +23,7 @@ function dirac!(du, u, (κ, p, E, Φ0, W0, B0, A0), r) du[2] = (κ/(r + r_reg)) * f - (common1 - common2) * g / ħc end -"Solve the Dirac equation and return g(r=r_max) for given scalar and vector potentials where +"Solve the Dirac equation and return g(r=r_max) where r_max is the outer boundary in fm, the other parameters are the same from dirac!(...)." function boundaryValue(κ, p, E, Φ0, W0, B0, A0, r_max)