Skip to content

Commit cb5be5c

Browse files
committed
Readme clarification
1 parent 7622613 commit cb5be5c

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
@@ -57,7 +57,7 @@ assy.add(insert, name="insert", loc=cq.Location(cq.Vector(0, 0, 0)), color=cq.Co
5757
assy.assemblyToGmsh(mesh_path="tagged_mesh.msh")
5858
```
5959

60-
The resulting `.msh` file should have three physical groups in it. The `in_contact` group should include the faces from both the shell and the insert.
60+
The resulting `.msh` file should have three physical groups named for tags in it. The `in_contact` group should include the faces from both the shell and the insert.
6161

6262
## Tests
6363

0 commit comments

Comments
 (0)