v.1.0.0-rc.32

This commit is contained in:
2025-03-24 12:16:33 +01:00
parent 19be3575f0
commit a30707964d
176 changed files with 1360 additions and 710 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ TEST_CASE("FastFeedbackIndexer","[Indexing]") {
IndexerWrapper wrapper;
wrapper.Setup(c);
auto ret = wrapper.Run(recip, 0.05f);
auto ret = wrapper.Run(recip, 0.05f, recip.size());
REQUIRE(!ret.empty());
//auto uc = ret[0].GetUnitCell();