Skip to content

Commit 34ef960

Browse files
Update README.md
1 parent 1e5ae91 commit 34ef960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cube1 = magpy.magnet.Cuboid(
2121
cube2 = cube1.copy(position=(1,0,2))
2222
cube2.mesh = (10,10,10)
2323
24-
F,T = getFTcube(cube1, [cube2, cube2.copy()], anchor=(0,0,0))
24+
F,T = getFTcube(cube1, cube2, anchor=(0,0,0))
2525
print(F)
2626
print(T)
2727
```

0 commit comments

Comments
 (0)