1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

graph: make dump() use const CV

This commit is contained in:
Steffen Vogel 2020-06-11 23:55:58 +02:00
parent 9a1908bdc1
commit fb33a856b5

View file

@ -242,7 +242,7 @@ public:
return false;
}
void dump(const std::string& fileName = "")
void dump(const std::string& fileName = "") const
{
logger->info("Vertices:");
for (auto& v : vertices) {