mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: fix comment
This commit is contained in:
committed by
Andrew Heather
parent
f679ab4300
commit
a48dc227d4
@ -74,7 +74,7 @@ public:
|
|||||||
//- Bits used for (x/y/z) direction encoding.
|
//- Bits used for (x/y/z) direction encoding.
|
||||||
enum directionBit : direction
|
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)
|
YDIR = 0x2, //!< 2: y-direction (vector component 1)
|
||||||
ZDIR = 0x4 //!< 4: z-direction (vector component 2)
|
ZDIR = 0x4 //!< 4: z-direction (vector component 2)
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user