mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Simplified header write statement
This commit is contained in:
parent
a903af9bbc
commit
e29c9817fe
1 changed files with 1 additions and 2 deletions
|
|
@ -248,8 +248,7 @@ contains
|
|||
ACCESS='stream')
|
||||
|
||||
! write plot header info
|
||||
write(UNIT_PLOT) pl % pixels(1), pl % pixels(2), pl % pixels(3)
|
||||
write(UNIT_PLOT) vox, ll
|
||||
write(UNIT_PLOT) pl % pixels, vox, ll
|
||||
|
||||
do x = 1, pl % pixels(1)
|
||||
do y = 1, pl % pixels(2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue