mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Fixed plot filename issue
This commit is contained in:
parent
94d3652c36
commit
4bda190ee8
1 changed files with 1 additions and 1 deletions
|
|
@ -2730,7 +2730,7 @@ contains
|
|||
end select
|
||||
|
||||
! Set output file path
|
||||
filename = "plot"
|
||||
filename = trim(to_str(pl % id)) // "_plot"
|
||||
if (check_for_node(node_plot, "filename")) &
|
||||
call get_node_value(node_plot, "filename", filename)
|
||||
select case (pl % type)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue