mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Fixed typo in physics module.
This commit is contained in:
parent
ec93d10383
commit
67cda4c736
1 changed files with 1 additions and 1 deletions
|
|
@ -647,7 +647,7 @@ contains
|
|||
k = binary_search(sab % elastic_P(1:i+1), i+1, prob)
|
||||
end if
|
||||
|
||||
! Characteristic scattering cosine for this Bragg egg
|
||||
! Characteristic scattering cosine for this Bragg edge
|
||||
mu = ONE - 2.0*sab % elastic_e_in(k) / p % E
|
||||
|
||||
end if
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue