Skip to content

Commit 3be6f90

Browse files
authored
Update 05-fortran.md
1 parent 9bf61fa commit 3be6f90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/05-fortran.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ program saxpy
5454
```cpp
5555
allocate(x(N), y(N))
5656
57-
x = 1.0
58-
y = 2.0
57+
x = 1.0; y = 2.0
5958
6059
call hipCheck(hipMalloc(dx,Nbytes))
6160
call hipCheck(hipMalloc(dy,Nbytes))

0 commit comments

Comments
 (0)