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 24, 2018
1 parent dcbff06 commit 1d8de35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/fortran_ex.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,11 @@ $ ./a.out

**Fortran****C**는 메모리 주소의 구조가 다르다.

a(0,0)|*a(0,1)*|a(0,2)|
a(0,0)|*a(0,1)*|a(0,2)|
-|-|-|-
*a(1,0)*|*a(1,1)*|*a(1,2)*|<= **C**
a(2,0)|*a(2,1)*|a(2,2)|
|**Fortran**||
a(2,0)|*a(2,1)*|a(2,2)|
|**Fortran**| |

- **Column-major order (Fortran)**

Expand Down

0 comments on commit 1d8de35

Please sign in to comment.