Skip to content

Commit

Permalink
Update fortran_ex.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WonyoungCho committed Nov 25, 2018
1 parent c9e4780 commit b876d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/fortran_ex.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ $ ./a.out

## Array expression
```fortran
program array
program array_expression
implicit none
integer :: i, j, k
real, dimension(3,3) :: a, c
Expand Down Expand Up @@ -358,7 +358,7 @@ program array
do i=1,3
print *, c(i,:)
end do
end program array
end program array_expression
```
```sh
$ ./a.out
Expand Down

0 comments on commit b876d16

Please sign in to comment.