use current dir as default dbg path, not ./geo

This commit is contained in:
Patrick Brosi 2019-02-03 19:33:35 +01:00
parent 89be7a1760
commit 549cc90616
3 changed files with 5 additions and 3 deletions

View file

@ -18,7 +18,7 @@ using ad::cppgtfs::gtfs::Route;
struct Config {
Config()
: dbgOutputPath("geo"),
: dbgOutputPath("."),
solveMethod("global"),
evalPath("."),
outputPath("gtfs-out"),