v.1.0.0-rc.32
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user