Skip to content

Commit 6a74c8f

Browse files
committed
Typo
1 parent 0a59800 commit 6a74c8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/io/msh.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,16 +121,16 @@ where
121121
));
122122
}
123123

124-
// Note: The following checks is commented out because it leads to missing nodes.
124+
// Note: The following check is commented out because it can lead to missing nodes.
125125
// Probable explanation:
126126
// The MSH `node_block`'s `entity_dim` does not seem to correspond to the geometrical
127127
// dimension of the points. Rather it seems to correspond to the dimension of the "physical"
128128
// object represented by the node block.
129129
// When creating primitives in Gmsh for example, the nodes of a triangulation of a sphere are
130130
// divided into node_blocks representing its equator, surface and volume and all of them are
131131
// referenced by the volumetric elements.
132-
// In addition, all node blocks have to be read in order for the global `node_tag` indexing to
133-
// be consistent work.
132+
// In addition, all node blocks have to be read anyway in order for the global `node_tag` indexing to
133+
// work consistently.
134134
// TODO: Revisit this after some more experience with loading MSH files and delete this.
135135
/*
136136
if node_block

0 commit comments

Comments
 (0)