use bus=designated
This commit is contained in:
parent
18c00718f6
commit
967963e180
5 changed files with 29 additions and 7 deletions
|
|
@ -128,7 +128,7 @@ int main(int argc, char** argv) {
|
|||
ShapeBuilder shapeBuilder(>fs, cmdCfgMots, motCfg, &ecoll, cfg);
|
||||
|
||||
if (cfg.writeGraph) {
|
||||
LOG(INFO) << "Outputting graph" + filePost + ".json...";
|
||||
LOG(INFO) << "Outputting graph.json...";
|
||||
util::geo::output::GeoGraphJsonOutput out;
|
||||
std::ofstream fstr(cfg.dbgOutputPath + "/graph.json");
|
||||
out.print(*shapeBuilder.getGraph(), fstr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue