Skip to content
Snippets Groups Projects
Commit a48dc227 authored by Mark OLESEN's avatar Mark OLESEN Committed by Andrew Heather
Browse files

STYLE: fix comment

parent f679ab43
Branches
Tags
No related merge requests found
......@@ -74,7 +74,7 @@ public:
//- Bits used for (x/y/z) direction encoding.
enum directionBit : direction
{
XDIR = 0x1, //!< 0: x-direction (vector component 0)
XDIR = 0x1, //!< 1: x-direction (vector component 0)
YDIR = 0x2, //!< 2: y-direction (vector component 1)
ZDIR = 0x4 //!< 4: z-direction (vector component 2)
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment