Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Include full path to .csv file in country look up demo #41

Merged
merged 1 commit into from
Sep 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/BGV_country_db_lookup/BGV_country_db_lookup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down