From 5f34ab6df143d3420c0e934c159b11a53b336a48 Mon Sep 17 00:00:00 2001 From: froejdh_e Date: Tue, 15 Apr 2025 08:05:05 +0200 Subject: [PATCH] minor comment --- src/CalculateEta.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CalculateEta.test.cpp b/src/CalculateEta.test.cpp index 29d7ed3..59a616e 100644 --- a/src/CalculateEta.test.cpp +++ b/src/CalculateEta.test.cpp @@ -62,7 +62,7 @@ TEST_CASE("calculate_eta2", "[eta_calculation]") { } -//3x3 cluster layout (in case of cBottomLeft etc corner): +//3x3 cluster layout (rotated to match the cBottomLeft enum): // 6, 7, 8 // 3, 4, 5 // 0, 1, 2