mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
Fix for source_file test, oops
This commit is contained in:
parent
9e29b8e202
commit
f528cbca97
1 changed files with 1 additions and 1 deletions
|
|
@ -493,7 +493,7 @@ contains
|
|||
! Create separate source file
|
||||
if (master .or. parallel) then
|
||||
file_id = file_open(filename, 'w', parallel=.true.)
|
||||
call write_dataset(file_id, "filetype", 'source')
|
||||
call write_attribute(file_id, "filetype", 'source')
|
||||
end if
|
||||
else
|
||||
filename = trim(path_output) // 'statepoint.' // &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue