mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
added path_input in front of summary.out file
This commit is contained in:
parent
f1101a132d
commit
d7706b76d4
1 changed files with 1 additions and 1 deletions
|
|
@ -974,7 +974,7 @@ contains
|
|||
character(MAX_FILE_LEN) :: path ! path of summary file
|
||||
|
||||
! Create filename for log file
|
||||
path = "summary.out"
|
||||
path = trim(path_input)//"summary.out"
|
||||
|
||||
! Check if log file already exists
|
||||
inquire(FILE=path, EXIST=file_exists)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue