diff --git a/MeshLib/Elements/HexRule20.cpp b/MeshLib/Elements/HexRule20.cpp index db015b9855290c88aa349bcbfd3ea36a7b2acfa4..6d546930be5057e5c9095a28b70496e861e11288 100644 --- a/MeshLib/Elements/HexRule20.cpp +++ b/MeshLib/Elements/HexRule20.cpp @@ -18,15 +18,13 @@ #include "Line.h" namespace MeshLib { - -const unsigned HexRule20::face_nodes[6][8] = -{ - {0, 3, 2, 1, 11, 10, 9, 8}, // Face 0 - {0, 1, 5, 4, 8, 17, 12, 11}, // Face 1 - {1, 2, 6, 5, 9, 18, 13, 17}, // Face 2 - {2, 3, 7, 6, 10, 19, 14, 18}, // Face 3 - {3, 0, 4, 7, 11, 16, 15, 19}, // Face 4 - {4, 5, 6, 7, 12, 13, 14, 15} // Face 5 +const unsigned HexRule20::face_nodes[6][8] = { + {0, 3, 2, 1, 11, 10, 9, 8}, // Face 0 + {0, 1, 5, 4, 8, 17, 12, 16}, // Face 1 + {1, 2, 6, 5, 9, 18, 13, 17}, // Face 2 + {2, 3, 7, 6, 10, 19, 14, 18}, // Face 3 + {3, 0, 4, 7, 11, 16, 15, 19}, // Face 4 + {4, 5, 6, 7, 12, 13, 14, 15} // Face 5 }; const unsigned HexRule20::edge_nodes[12][3] =