| 230 | } |
| 231 | |
| 232 | int mainAnalyseLayout(int argc, const char* argv[]) |
| 233 | { |
| 234 | flags.parseFlags(argc, argv); |
| 235 | |
| 236 | Image image = readCsv(source.get()); |
| 237 | visualiseSectorsToFile(image, "out.svg"); |
| 238 | |
| 239 | return 0; |
| 240 | } |
nothing calls this directly
no test coverage detected