v1.0.0-rc.41
This commit is contained in:
@@ -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));;
|
||||
|
||||
Reference in New Issue
Block a user