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:
parent
9a1908bdc1
commit
fb33a856b5
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue