Skip to content

Commit

Permalink
uncrustify
Browse files Browse the repository at this point in the history
  • Loading branch information
matteofrigo5 committed Jan 15, 2025
1 parent 9e0270f commit 53eed41
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,9 @@ class H1_TriangleFace_Lagrange1_Gauss final : public FiniteElementBase
else if constexpr (numQuadraturePoints == 4)
{
constexpr real64 w[numQuadraturePoints] = {-0.562500000000000,

Check warning on line 257 in src/coreComponents/finiteElement/elementFormulations/H1_TriangleFace_Lagrange1_Gauss.hpp

View check run for this annotation

Codecov / codecov/patch

src/coreComponents/finiteElement/elementFormulations/H1_TriangleFace_Lagrange1_Gauss.hpp#L257

Added line #L257 was not covered by tests
0.520833333333333,
0.520833333333333,
0.520833333333333 };
0.520833333333333,
0.520833333333333,
0.520833333333333 };
return w[q];

Check warning on line 261 in src/coreComponents/finiteElement/elementFormulations/H1_TriangleFace_Lagrange1_Gauss.hpp

View check run for this annotation

Codecov / codecov/patch

src/coreComponents/finiteElement/elementFormulations/H1_TriangleFace_Lagrange1_Gauss.hpp#L261

Added line #L261 was not covered by tests
}
else if constexpr (numQuadraturePoints == 6)
Expand Down

0 comments on commit 53eed41

Please sign in to comment.