mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-30 02:20:34 +05:00
unused variable
This commit is contained in:
parent
6cf8eec182
commit
b87176dacc
@ -54,12 +54,10 @@ namespace
|
||||
{
|
||||
B_BOTTOM=0, B_RIGHT, B_TOP, B_LEFT, B_FRONT, B_BACK, NB_BLOCK_SIDES
|
||||
};
|
||||
#ifdef _DEBUG_ // avoid unused variables in release mode
|
||||
const char* SBoxSides[] = //!< names of block sides
|
||||
{
|
||||
"BOTTOM", "RIGHT", "TOP", "LEFT", "FRONT", "BACK", "UNDEFINED"
|
||||
};
|
||||
#endif
|
||||
// const char* SBoxSides[] = //!< names of block sides -- needed for DEBUG only
|
||||
// {
|
||||
// "BOTTOM", "RIGHT", "TOP", "LEFT", "FRONT", "BACK", "UNDEFINED"
|
||||
// };
|
||||
enum EQuadEdge //!< edges of quadrangle side
|
||||
{
|
||||
Q_BOTTOM = 0, Q_RIGHT, Q_TOP, Q_LEFT, NB_QUAD_SIDES
|
||||
|
Loading…
Reference in New Issue
Block a user