rename osrm_input_path to osrm_path, clang-format
This commit is contained in:
committed by
Daniel J. H
parent
1b31099f73
commit
67fae1d1f0
@@ -57,7 +57,7 @@ class ExtractionContainers
|
||||
ExtractionContainers();
|
||||
|
||||
void PrepareData(ScriptingEnvironment &scripting_environment,
|
||||
const std::string &osrm_input_path,
|
||||
const std::string &osrm_path,
|
||||
const std::string &restrictions_file_name,
|
||||
const std::string &names_data_path);
|
||||
};
|
||||
|
||||
@@ -61,7 +61,7 @@ struct ExtractorConfig final : storage::IOConfig
|
||||
}
|
||||
}
|
||||
|
||||
osrm_input_path = basepath + ".osrm";
|
||||
osrm_path = basepath + ".osrm";
|
||||
|
||||
IOConfig::UseDefaultOutputNames();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user