Salome HOME
Feature 0017291: EDF 591 SMESH : Visualization of the orientation of the normal vecto...
[modules/smesh.git] / src / OBJECT / SMESH_ActorUtils.cxx
index cee51d0fb185c50ff9ead5d33e7fe6a009dbb101..946a93df908f2f6af9ae0894f7bf14182bd118d2 100644 (file)
@@ -62,7 +62,7 @@ namespace SMESH
     vtkFloatingPointType val = theDefault;
     SUIT_ResourceMgr* mgr = SUIT_Session::session()->resourceMgr();
     if( mgr )
-      val = (vtkFloatingPointType) mgr->doubleValue( theValue, theSection, theDefault );
+      val = (vtkFloatingPointType) mgr->doubleValue( theSection, theValue, theDefault );
 
     return val;
   }