Skip to content
Snippets Groups Projects
Commit c7947c56 authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

fix comment

[[Imported from SVN: r6210]]
parent f8ca286a
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ public:
return result;
}
/** \brief Write LocalKey object to output stream */
/** \brief Write unit vector object to output stream */
friend std::ostream& operator<< (std::ostream& s, const UnitVector& unitVector)
{
return s << unitVector.data_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment