Home
last modified time | relevance | path

Searched refs:endGiven (Results 1 – 2 of 2) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/router/
H A DROLoader.cpp189 const bool endGiven = !OptionsCont::getOptions().isDefault("end"); in processRoutes() local
196 writeStats(time, start, absNo, endGiven); in processRoutes()
289 ROLoader::writeStats(const SUMOTime time, const SUMOTime start, const SUMOTime absNo, bool endGiven in writeStats() argument
291 if (endGiven) { in writeStats()
H A DROLoader.h173 void writeStats(const SUMOTime time, const SUMOTime start, const SUMOTime absNo, bool endGiven);