Fixed typo in error message in physics module.

This commit is contained in:
Paul Romano 2011-07-01 04:09:36 -04:00
parent d4b6ffa9d6
commit 034f6748fc

View file

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