Skip to content

Commit

Permalink
chore: Silence tidy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccardo Milani committed Apr 18, 2024
1 parent a9a0701 commit 1bbffcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/CoMMA/Args.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class AgglomerationArgs {
*/
CoMMASeedsPoolT seed_ordering_type{};
/** @brief Type of aspect ratio */
CoMMAAspectRatioT aspect_ratio;
CoMMAAspectRatioT aspect_ratio{};
/** @brief Cardinality below which a coarse is considered as singular, hence,
* compliant for correction */
CoMMAIntType singular_card_thresh;
Expand Down
2 changes: 1 addition & 1 deletion tests/test_ARComputer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ SCENARIO("Test CellFeatures", "[CellFeatures]") {
} // Given
} // Scenario

SCENARIO("Test aspect-ration computations", "[ARComputer]") {
SCENARIO("Test aspect-ration computations", "[ARComputer]") { // NOLINT
GIVEN("A 2D 4x4 Cartesian mesh") {
const DualGEx_quad_4 Data = DualGEx_quad_4();
shared_ptr<DualGraphT> graph = make_shared<DualGraphT>(
Expand Down

0 comments on commit 1bbffcf

Please sign in to comment.