v1.0.0-rc.41

This commit is contained in:
2025-06-10 18:14:04 +02:00
parent 72cdbd04a5
commit 41a3e671f4
244 changed files with 3064 additions and 705 deletions

View File

@@ -40,7 +40,7 @@ TEST_CASE("FFTIndexer") {
auto end = std::chrono::high_resolution_clock::now();
REQUIRE(result.size() == 1);
auto uc_out = result[0].l.GetUnitCell();
auto uc_out = result[0].GetUnitCell();
CHECK(uc_out.a == Catch::Approx(uc.a));;
CHECK(uc_out.b == Catch::Approx(uc.b));;
CHECK(uc_out.c == Catch::Approx(uc.c));;