diff --git a/include/CoMMA/Args.h b/include/CoMMA/Args.h index daa84a5..c65e093 100644 --- a/include/CoMMA/Args.h +++ b/include/CoMMA/Args.h @@ -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; diff --git a/tests/test_ARComputer.cpp b/tests/test_ARComputer.cpp index 3575ede..c0ed73a 100644 --- a/tests/test_ARComputer.cpp +++ b/tests/test_ARComputer.cpp @@ -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 graph = make_shared(