mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Removed unused variables in write_xml_primitives.f90.
This commit is contained in:
parent
41ae4b77d8
commit
56b2c1c667
1 changed files with 1 additions and 1 deletions
|
|
@ -471,7 +471,7 @@ subroutine write_to_xml_line_array( info, tag, indent, array )
|
|||
logical, dimension(:), intent(in) :: array
|
||||
|
||||
character(len=100) :: indentation
|
||||
integer :: i, i2, j
|
||||
integer :: i
|
||||
|
||||
indentation = ' '
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue