]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMGUI/GEOM_Displayer.h
Salome HOME
INT PAL 0054211: SALOME-8.3.0: Geometry fields are displayed incorrectly
[modules/geom.git] / src / GEOMGUI / GEOM_Displayer.h
index 50b6c1798f40fda94896bb2efecd55a028143058..c7c6d879b6c7f9165cbe50bc63cac6bb6697a561 100755 (executable)
@@ -277,6 +277,7 @@ protected:
                                   double& theFieldStepRangeMin,
                                   double& theFieldStepRangeMax );
 
+#if OCC_VERSION_MAJOR < 7
   // Note: the method is copied from Aspect_ColorScale class
   static Standard_Integer HueFromValue( const Standard_Integer aValue,
                                         const Standard_Integer aMin,
@@ -288,6 +289,7 @@ protected:
                                      const Standard_Real aMax,
                                      const Standard_Integer ColorsCount,
                                      Quantity_Color& aColor );
+#endif
 
 protected:
   Handle(SALOME_InteractiveObject) myIO;