use current dir as default dbg path, not ./geo
This commit is contained in:
parent
89be7a1760
commit
549cc90616
3 changed files with 5 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ using ad::cppgtfs::gtfs::Route;
|
|||
|
||||
struct Config {
|
||||
Config()
|
||||
: dbgOutputPath("geo"),
|
||||
: dbgOutputPath("."),
|
||||
solveMethod("global"),
|
||||
evalPath("."),
|
||||
outputPath("gtfs-out"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue