From 7303be17603a420d4fd81665d2a854f91ccfd2f8 Mon Sep 17 00:00:00 2001 From: Cristian-Vasile Achim <66278390+csccva@users.noreply.github.com> Date: Tue, 2 Jul 2024 10:47:56 +0300 Subject: [PATCH] Update 04-fortran.md --- gpu-hip/docs/04-fortran.md | 1 - 1 file changed, 1 deletion(-) 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) ```