Fixed plot filename issue

This commit is contained in:
Nick Horelik 2014-11-12 19:29:05 -05:00
parent 94d3652c36
commit 4bda190ee8

View file

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