for plots, <color> is now cell by default (according to users guide)

This commit is contained in:
Bryan Herman 2013-08-13 16:30:07 -04:00
parent 33dbb27e66
commit 455a794b43

View file

@ -2621,7 +2621,7 @@ contains
end if
! Copy plot color type and initialize all colors randomly
temp_str = ''
temp_str = "cell"
if (check_for_node(node_plot, "color")) &
call get_node_value(node_plot, "color", temp_str)
call lower_case(temp_str)