Skip to content

Commit 4fe20e2

Browse files
sbryngelsonclaude
andcommitted
Fix second instance of quoted-glob wildcard in s_read_serial_grid_data_files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 25dc18a commit 4fe20e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pre_process/m_start_up.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ contains
355355
! the time-step directory that will contain the new grid and initial
356356
! condition data are also generated.
357357
if (old_ic .neqv. .true.) then
358-
call s_delete_directory(trim(proc_rank_dir)//'/*')
358+
call s_delete_directory(trim(proc_rank_dir))
359359
call s_create_directory(trim(proc_rank_dir)//'/0')
360360
end if
361361

0 commit comments

Comments
 (0)