Skip to content

Commit eacd558

Browse files
author
Anand
committed
bug fix
1 parent b673538 commit eacd558

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/post_process/m_start_up.fpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,10 +496,10 @@ contains
496496

497497
if (proc_rank == 0) then
498498
call s_create_directory('En_FFT_DATA')
499-
write (filename, '(a,i0,a)') '/En_FFT_DATA/En_tot', t_step, '.dat'
499+
write (filename, '(a,i0,a)') 'En_FFT_DATA/En_tot', t_step, '.dat'
500500
inquire (FILE=filename, EXIST=file_exists)
501501
if (file_exists) then
502-
call s_delete_file(trim(case_dir)//trim(filename))
502+
call s_delete_file(trim(filename))
503503
end if
504504
end if
505505

0 commit comments

Comments
 (0)