rename osrm_input_path to osrm_path, clang-format

This commit is contained in:
Pepijn Schoen
2017-05-05 10:23:09 +02:00
committed by Daniel J. H
parent 1b31099f73
commit 67fae1d1f0
11 changed files with 52 additions and 58 deletions
+1 -1
View File
@@ -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);
};
+1 -1
View File
@@ -61,7 +61,7 @@ struct ExtractorConfig final : storage::IOConfig
}
}
osrm_input_path = basepath + ".osrm";
osrm_path = basepath + ".osrm";
IOConfig::UseDefaultOutputNames();
}