Skip to content

Commit dc71980

Browse files
committedApr 19, 2024
2 parents 6120751 + a68f540 commit dc71980

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Magpy-Force
1+
# Magpylib-Force
22

3-
This package provides force and torque computation for Magpylib objects.
3+
This package provides force and torque computation for Magpylib objects. Its work in progress and will finally be integrate into the Magpylib package.
44

55
# Installation
66

@@ -24,4 +24,4 @@ cube2.mesh = (10,10,10)
2424
F,T = getFTcube(cube1, [cube2, cube2.copy()], anchor=(0,0,0))
2525
print(F)
2626
print(T)
27-
```
27+
```

0 commit comments

Comments
 (0)