We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e5ae91 commit 34ef960Copy full SHA for 34ef960
README.md
@@ -21,7 +21,7 @@ cube1 = magpy.magnet.Cuboid(
21
cube2 = cube1.copy(position=(1,0,2))
22
cube2.mesh = (10,10,10)
23
24
-F,T = getFTcube(cube1, [cube2, cube2.copy()], anchor=(0,0,0))
+F,T = getFTcube(cube1, cube2, anchor=(0,0,0))
25
print(F)
26
print(T)
27
```
0 commit comments