mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-29 02:40:35 +05:00
comment warning message
This commit is contained in:
parent
54df188f64
commit
4e38a82bb3
@ -178,9 +178,9 @@ void SMESHDS_GroupBase::SetColorGroup(int theColorGroup)
|
|||||||
if ( aR < 0. || aR > 1. || // PAL19395
|
if ( aR < 0. || aR > 1. || // PAL19395
|
||||||
aG < 0. || aG > 1. ||
|
aG < 0. || aG > 1. ||
|
||||||
aB < 0. || aB > 1. )
|
aB < 0. || aB > 1. )
|
||||||
#ifdef _DEBUG_
|
// #ifdef _DEBUG_
|
||||||
cout << "SMESHDS_GroupBase::SetColorGroup("<<theColorGroup<<"), invalid color ignored"<<endl;
|
// cout << "SMESHDS_GroupBase::SetColorGroup("<<theColorGroup<<"), invalid color ignored"<<endl;
|
||||||
#endif
|
// #endif
|
||||||
return;
|
return;
|
||||||
Quantity_Color aColor( aR, aG, aB, Quantity_TOC_RGB );
|
Quantity_Color aColor( aR, aG, aB, Quantity_TOC_RGB );
|
||||||
SetColor( aColor );
|
SetColor( aColor );
|
||||||
|
Loading…
Reference in New Issue
Block a user