Skip to content

Commit a155206

Browse files
authored
Update a comment.
1 parent b8d38b2 commit a155206

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Common/include/geometry/primal_grid/CVertexMPI.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
* See CPrimalGridWithConnectivity.
3636
*/
3737
struct CVertexMPIConnectivity {
38-
// some of the index directions (e.g. Faces) would actually have 0 elements,
39-
// but we cannot declare arrays of length 0
38+
// All the index directions should actually have 0 elements, but we cannot declare arrays of length 0.
4039
enum { nNodes = 1 };
4140
enum { nFaces = 0 };
4241
enum { maxNodesFace = 0 };

0 commit comments

Comments
 (0)