Fix for source_file test, oops

This commit is contained in:
Paul Romano 2018-04-25 16:12:23 -05:00
parent 9e29b8e202
commit f528cbca97

View file

@ -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.' // &