mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
removed filename from message, path_source_point instead
This commit is contained in:
parent
59f94b5cdf
commit
3a980225ab
1 changed files with 1 additions and 2 deletions
|
|
@ -517,7 +517,6 @@ contains
|
|||
|
||||
subroutine load_state_point()
|
||||
|
||||
character(MAX_FILE_LEN) :: filename
|
||||
character(MAX_FILE_LEN) :: path_temp
|
||||
character(19) :: current_time
|
||||
integer :: i
|
||||
|
|
@ -790,7 +789,7 @@ contains
|
|||
call sp % file_close()
|
||||
|
||||
! Write message
|
||||
message = "Loading source file " // trim(filename) // "..."
|
||||
message = "Loading source file " // trim(path_source_point) // "..."
|
||||
call write_message(1)
|
||||
|
||||
! Open source file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue