Skip to content

Commit 41df40f

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : 6713ef6 Branch : main Author : Connor Aird <c.aird@ucl.ac.uk> Time : 2026-05-05 14:38:05 +0000 Message : gh-43: Fix intent typo (#56)
1 parent d332da8 commit 41df40f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

2-refactor-fortran.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ end subroutine multiply_matrices
593593

594594
```f90
595595
subroutine multiply_matrices(A, B, C)
596-
real, allocatable, intent(int) :: A(:,:), B(:,:)
596+
real, allocatable, intent(in) :: A(:,:), B(:,:)
597597
real, allocatable, intent(out) :: C(:,:)
598598
599599
integer :: i, j, k, n

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"index.md" "d6a6dd728b787525d59b201dc7edf740" "site/built/index.md" "2026-05-05"
66
"links.md" "0610e59d1892d651cecb7ceb132ba9a5" "site/built/links.md" "2026-05-05"
77
"episodes/1-what-is-a-unit-tests.md" "900c382f75558a460ddc10eefdf4b1e8" "site/built/1-what-is-a-unit-tests.md" "2026-05-05"
8-
"episodes/2-refactor-fortran.md" "1ba22368cab580144474bd87f4fd734e" "site/built/2-refactor-fortran.md" "2026-05-05"
8+
"episodes/2-refactor-fortran.md" "7b974c1a726ccdad97a42ad23478d4b7" "site/built/2-refactor-fortran.md" "2026-05-05"
99
"episodes/3-writing-your-first-unit-test.md" "e21abc5c28b85a03bf2b798aaa6856eb" "site/built/3-writing-your-first-unit-test.md" "2026-05-05"
1010
"episodes/4-pfunit-syntax.md" "a91f3fd4c467aaafb8a344e74d713ec4" "site/built/4-pfunit-syntax.md" "2026-05-05"
1111
"episodes/5-integrating-with-build-systems.md" "89832c73706e7c93d81e1308fa1b5821" "site/built/5-integrating-with-build-systems.md" "2026-05-05"

0 commit comments

Comments
 (0)