Skip to content

Commit 05ebb58

Browse files
committed
format
1 parent b6a1fff commit 05ebb58

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

  • src/projections/polyhedral/nets/tsea

src/projections/polyhedral/nets/tsea/tsea.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ constexpr double H = 0.86602540378443865e+00 * W; // cos(30)
2323
constexpr polyhedral::Mesh<6, 4, 3> tsea = {
2424
// Vertices
2525
{
26-
{-3 * W, 2 * H, 0.0}, {0.0, -4 * H, 0.0}, {3 * W, 2 * H, 0.0},
27-
{-6 * W, -4 * H, 0.0}, {0.0, 8 * H, 0.0}, {6 * W, -4 * H, 0.0},
26+
{-3 * W, 2 * H, 0.0},
27+
{0.0, -4 * H, 0.0},
28+
{3 * W, 2 * H, 0.0},
29+
{-6 * W, -4 * H, 0.0},
30+
{0.0, 8 * H, 0.0},
31+
{6 * W, -4 * H, 0.0},
2832
},
2933
// Faces
3034
{

0 commit comments

Comments
 (0)