mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
graph: fix typo
This commit is contained in:
parent
ccc0b58839
commit
83537af36f
3 changed files with 3 additions and 3 deletions
|
@ -293,5 +293,5 @@ protected:
|
|||
Logger logger;
|
||||
};
|
||||
|
||||
} // namespacae graph
|
||||
} /* namespace graph */
|
||||
} /* namespace villas */
|
||||
|
|
|
@ -53,5 +53,5 @@ private:
|
|||
Vertex::Identifier to;
|
||||
};
|
||||
|
||||
} // namespacae graph
|
||||
} /* namespace graph */
|
||||
} /* namespace villas */
|
||||
|
|
|
@ -51,5 +51,5 @@ private:
|
|||
std::list<std::size_t> edges;
|
||||
};
|
||||
|
||||
} // namespacae graph
|
||||
} /* namespace graph */
|
||||
} /* namespace villas */
|
||||
|
|
Loading…
Add table
Reference in a new issue