Docstring fix

This commit is contained in:
Nuwan Yapa 2024-07-01 18:28:32 -04:00
parent 0bc4083978
commit eeb2bb57c7
1 changed files with 1 additions and 1 deletions

View File

@ -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)