diff --git a/similarity_search/apps/report_intr_dim.cc b/similarity_search/apps/report_intr_dim.cc index 9c828f5..774ff01 100644 --- a/similarity_search/apps/report_intr_dim.cc +++ b/similarity_search/apps/report_intr_dim.cc @@ -101,7 +101,7 @@ void TestSpace( of.exceptions ( std::ifstream::failbit | std::ifstream::badbit ); for (size_t i = 0; i < dist.size(); ++i) { - if (i) of << "\t"; + if (i) of << ","; of << dist[i]; } of << std::endl;