Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmech committed Apr 8, 2024
1 parent 64896c2 commit 3fe3d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fun/t_lagrange_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func TestLagCardinal01(tst *testing.T) {
o := NewLagrangeInterp(N, kind)
chk.Float64(tst, "ΛN (Lebesgue constant)", 1e-15, o.EstimateLebesgue(), 3.106301040275436e+00)

// check Kronecker property (barycentic)
// check Kronecker property (barycentric)
o.Bary = true
for i := 0; i < N+1; i++ {
for j, x := range o.X {
Expand Down

0 comments on commit 3fe3d4c

Please sign in to comment.