mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 10:20:34 +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
|
||||
aG < 0. || aG > 1. ||
|
||||
aB < 0. || aB > 1. )
|
||||
#ifdef _DEBUG_
|
||||
cout << "SMESHDS_GroupBase::SetColorGroup("<<theColorGroup<<"), invalid color ignored"<<endl;
|
||||
#endif
|
||||
// #ifdef _DEBUG_
|
||||
// cout << "SMESHDS_GroupBase::SetColorGroup("<<theColorGroup<<"), invalid color ignored"<<endl;
|
||||
// #endif
|
||||
return;
|
||||
Quantity_Color aColor( aR, aG, aB, Quantity_TOC_RGB );
|
||||
SetColor( aColor );
|
||||
|
Loading…
Reference in New Issue
Block a user