mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Added missing ampersand
This commit is contained in:
parent
2c433d3061
commit
e67211b09c
1 changed files with 1 additions and 1 deletions
|
|
@ -3136,7 +3136,7 @@ contains
|
|||
end if
|
||||
|
||||
if (.not. allocated(entropy_mesh % dimension)) then
|
||||
message = "No dimension specified on entropy mesh for " //
|
||||
message = "No dimension specified on entropy mesh for " // &
|
||||
"meshlines on plot " // trim(to_str(pl % id))
|
||||
call fatal_error()
|
||||
end if
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue