Menu

#9 BUG: Logical instead of character

open
nobody
None
5
2013-01-24
2010-04-29
Anonymous
No

write_xml_prims.f90, around line 471 (subroutine write_xml_line_array):

logical, dimension(:), intent(in) :: array

This should clearly say

character, dimension(:), intent(in) :: array

since characters are what we are dealing with here.

Discussion