mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-05 22:38:26 +05:00
Remove debug output
This commit is contained in:
parent
935cd27401
commit
579fb21c33
@ -3025,7 +3025,6 @@ void GEOM_Displayer::UpdateColorScale()
|
|||||||
colorScale->SetBreadth( viewWidth * width );
|
colorScale->SetBreadth( viewWidth * width );
|
||||||
colorScale->SetHeight( viewHeight * height );
|
colorScale->SetHeight( viewHeight * height );
|
||||||
colorScale->SetRange( fieldStepRangeMin, fieldStepRangeMax );
|
colorScale->SetRange( fieldStepRangeMin, fieldStepRangeMax );
|
||||||
printf("fieldStepRangeMin, fieldStepRangeMax: %f, %f\n", fieldStepRangeMin, fieldStepRangeMax);
|
|
||||||
colorScale->SetNumberOfIntervals( fieldDataType == GEOM::FDT_Bool ? 2 : nbIntervals );
|
colorScale->SetNumberOfIntervals( fieldDataType == GEOM::FDT_Bool ? 2 : nbIntervals );
|
||||||
colorScale->SetTextHeight( textHeight );
|
colorScale->SetTextHeight( textHeight );
|
||||||
colorScale->SetTitle( fieldStepName );
|
colorScale->SetTitle( fieldStepName );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user