Addressed comments

This commit is contained in:
Pepijn Schoen
2017-06-28 17:53:54 +02:00
committed by Daniel J. H
parent d9e8caf369
commit 0b5c7a97a7
10 changed files with 54 additions and 69 deletions
+3 -3
View File
@@ -42,8 +42,7 @@ namespace extractor
struct ExtractorConfig final : storage::IOConfig
{
ExtractorConfig() noexcept : requested_num_threads(0),
IOConfig(
ExtractorConfig() noexcept : IOConfig(
{
"",
},
@@ -68,7 +67,8 @@ struct ExtractorConfig final : storage::IOConfig
".osrm.properties",
".osrm.icd",
".osrm.cnbg",
".osrm.cnbg_to_ebg"})
".osrm.cnbg_to_ebg"}),
requested_num_threads(0)
{
}