rename all names with round_trip, trip or tsp to trip to standardize the naming

This commit is contained in:
Huyen Chau Nguyen
2015-08-20 16:07:56 +02:00
parent 8429a1e792
commit e6eea67eeb
11 changed files with 59 additions and 163 deletions
+2 -2
View File
@@ -122,9 +122,9 @@ void RouteParameters::setLanguage(const std::string &language_string)
language = language_string;
}
void RouteParameters::setTSPAlgo(const std::string &tsp_algo_string)
void RouteParameters::setTripAlgo(const std::string &trip_algo_string)
{
tsp_algo = tsp_algo_string;
trip_algo = trip_algo_string;
}
void RouteParameters::setGeometryFlag(const bool flag) { geometry = flag; }