fixed check_source finds

This commit is contained in:
Adam Nelson 2016-02-12 06:23:23 -05:00
parent 02a9441522
commit 8a14d600b0

View file

@ -2051,8 +2051,8 @@ contains
! Check to ensure material has at least one nuclide
if (.not. check_for_node(node_mat, "nuclide") .and. &
.not. check_for_node(node_mat, "element") .and. &
.not. check_for_node(node_mat, "macroscopic")) then
.not. check_for_node(node_mat, "element") .and. &
.not. check_for_node(node_mat, "macroscopic")) then
call fatal_error("No macroscopic data, nuclides or natural elements &
&specified on material " // trim(to_str(mat % id)))
end if