Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmech committed Jan 16, 2024
1 parent 10dee28 commit 45d3fde
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pde/t_fdm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func TestFdm03(tst *testing.T) {
p := utl.Params{{N: "kx", V: 1}, {N: "ky", V: 1}}
s := NewFdmLaplacian(p, g, func(X la.Vector, t float64) float64 {
x, y := X[0], X[1]
xx, yy := x*x, y*x
xx, yy := x*x, y*y
xxx, yyy := xx*x, yy*y
return 14.0*yyy - (16.0-12.0*x)*yy - (-42.0*xx+54.0*x-2.0)*y + 4.0*xxx - 16.0*xx + 12.0*x
})
Expand Down
Empty file modified zscripts/dk-build-image.bash
100644 → 100755
Empty file.
Empty file modified zscripts/dk-publish.bash
100644 → 100755
Empty file.
Empty file modified zscripts/dk-shell-into.bash
100644 → 100755
Empty file.

0 comments on commit 45d3fde

Please sign in to comment.