Skip to content

Commit d0efe62

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 456032c commit d0efe62

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
@@ -356,7 +356,7 @@ contains
356356
! the time-step directory that will contain the new grid and initial
357357
! condition data are also generated.
358358
if (old_ic .neqv. .true.) then
359-
call s_delete_directory(trim(proc_rank_dir)//'/*')
359+
call s_delete_directory(trim(proc_rank_dir))
360360
call s_create_directory(trim(proc_rank_dir)//'/0')
361361
end if
362362

0 commit comments

Comments
 (0)