Skip to content

Commit 0becdd9

Browse files
committed
fix test
1 parent a7b6c6e commit 0becdd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/runtests.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ function test_many_loops()
3838
]
3939

4040
loops = [outer_bobbin; inner_bobbin]
41-
Bx, By, Bz = LoopFieldCalc.field_on_box(loops, xs, ys, zs)
41+
Bx, By, Bz = LoopFieldCalc.field_on_grid(loops, xs, ys, zs)
4242
LoopFieldCalc.write_field("many_loops.dat", zs, ys, Bz[1, :, :]', By[1, :, :]')
4343
end
4444
test_many_loops()
45-

0 commit comments

Comments
 (0)