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 2381589 commit 3480cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpu-hip/docs/04-fortran.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ 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_d(N), y_d(N)
real :: x(N), y(N)

```
</div>
Expand Down

0 comments on commit 3480cef

Please sign in to comment.