This commit is contained in:
tTh 2023-05-07 09:47:49 +02:00
parent a1676f4bc9
commit 9049534157
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ program doublegauss
implicit none
type(t_pixrgb), allocatable :: pic(:,:)
character (len=80) :: filename
character (len=280) :: filename
integer :: pass, iter
integer :: xrnd, yrnd