mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 14:35:27 -04:00
Fixed typo in error message in physics module.
This commit is contained in:
parent
d4b6ffa9d6
commit
034f6748fc
1 changed files with 1 additions and 1 deletions
|
|
@ -1024,7 +1024,7 @@ contains
|
|||
! Check for multiple interpolation regions
|
||||
if (edist % n_interp > 0) then
|
||||
msg = "Multiple interpolation regions not supported while &
|
||||
&attempting to sampling secondary energy distribution."
|
||||
&attempting to sample secondary energy distribution."
|
||||
call error(msg)
|
||||
end if
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue