alias is now checked with method check_for_node

This commit is contained in:
Bryan Herman 2013-08-23 12:34:35 -04:00
parent a334a0d685
commit dd1fa29460

View file

@ -2936,7 +2936,7 @@ contains
! create dictionary entry for both name and alias
call xs_listing_dict % add_key(listing % name, i)
if (listing % alias /= '') then
if (check_for_node(node_ace, "alias")) then
call xs_listing_dict % add_key(listing % alias, i)
end if
end do