diff --git a/gpu-hip/docs/04-fortran.md b/gpu-hip/docs/04-fortran.md index 41f92e47..8b6c2458 100644 --- a/gpu-hip/docs/04-fortran.md +++ b/gpu-hip/docs/04-fortran.md @@ -86,7 +86,6 @@ program saxpy integer(c_size_t), parameter :: Nbytes = N*bytes_per_element real, allocatable,target,dimension(:) :: x, y real, parameter :: a=2.0 - real :: x(N), y(N) ```