Skip to content

Commit

Permalink
Update 04-fortran.md
Browse files Browse the repository at this point in the history
  • Loading branch information
csccva authored Jul 2, 2024
1 parent 112a286 commit 7303be1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gpu-hip/docs/04-fortran.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

```
</div>
Expand Down

0 comments on commit 7303be1

Please sign in to comment.