]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Porting on Mandriva 64 (to use vtkFloatingPointType) BR_Mandriva_2006_64
authorapo <apo@opencascade.com>
Thu, 6 Apr 2006 10:46:17 +0000 (10:46 +0000)
committerapo <apo@opencascade.com>
Thu, 6 Apr 2006 10:46:17 +0000 (10:46 +0000)
src/SVTK/SVTK_Renderer.cxx

index 113e7da5522eb8c1211a89cd2e11286eb0c3a7f3..2900a0c7f63f8901f906e5913ffdde16373b1cc3 100644 (file)
@@ -363,7 +363,7 @@ SVTK_Renderer
       myCubeAxes->VisibilityOff();
 
     // if the new trihedron size have sufficient difference, then apply the value
-    double aSize = myTrihedron->GetSize();
+    vtkFloatingPointType aSize = myTrihedron->GetSize();
     if ( IsTrihedronRelative() )
       {
        ComputeTrihedronSize(GetDevice(),aSize,aSize,myTrihedronSize);