Commit 6c1cb3cd authored by Lucas Hosseini's avatar Lucas Hosseini Committed by Matthijs Douze

Fix ivfpq demo. (#763)

Makes sense.
parent afe0fdc1
......@@ -97,7 +97,7 @@ int main ()
index.add (nb, database.data());
printf ("[%.3f s] imbalance factor: %g\n",
elapsed() - t0, index.imbalance_factor ());
elapsed() - t0, index.invlists->imbalance_factor());
// remember a few elements from the database as queries
int i0 = 1234;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment