From e13e22feba0a97952b98ebb1df2ca7d6971bbfaf Mon Sep 17 00:00:00 2001 From: Rosie Lickorish Date: Fri, 25 Sep 2020 17:07:05 +0100 Subject: [PATCH] Include full path to .csv file in country look up demo --- samples/BGV_country_db_lookup/BGV_country_db_lookup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/BGV_country_db_lookup/BGV_country_db_lookup.cpp b/samples/BGV_country_db_lookup/BGV_country_db_lookup.cpp index bd669356..b9e8b191 100644 --- a/samples/BGV_country_db_lookup/BGV_country_db_lookup.cpp +++ b/samples/BGV_country_db_lookup/BGV_country_db_lookup.cpp @@ -88,7 +88,7 @@ int main(int argc, char* argv[]) // Size of NTL thread pool (default =1) unsigned long nthreads = 1; // input database file name - std::string db_filename="./examples/BGV_country_db_lookup/countries_dataset.csv"; + std::string db_filename="/opt/IBM/FHE-Workspace/examples/BGV_country_db_lookup/countries_dataset.csv"; // debug output (default no debug output) bool debug = false;