Skip to content

Commit c827ac3

Browse files
committed
solve merge conflict
2 parents 0748e2d + 34ef960 commit c827ac3

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,7 @@ line = magpy.current.Polyline(
2121
)
2222
line.meshing = 10 # mesh points in each segment
2323
24-
cube = magpy.magnet.Cuboid(
25-
dimension=(1,1,1),
26-
polarization=(0,0,1),
27-
position=(1,2,3)
28-
)
29-
cube.meshing = (2,2,2) # mesh grid
30-
31-
FT = getFT(source, [line, cube])
32-
print(FT)
24+
F,T = getFTcube(cube1, cube2, anchor=(0,0,0))
25+
print(F)
26+
print(T)
3327
```

0 commit comments

Comments
 (0)