]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/OBJECT/SMESH_ActorUtils.cxx
Salome HOME
*** empty log message ***
[modules/smesh.git] / src / OBJECT / SMESH_ActorUtils.cxx
index e498c2f722bd26300b24d1c3c5d5976873b23417..cee51d0fb185c50ff9ead5d33e7fe6a009dbb101 100644 (file)
@@ -42,7 +42,7 @@ namespace SMESH
   GetFloat( const QString& theValue, 
            vtkFloatingPointType theDefault )
   {
-    int pos = theValue.find( ":" );
+    int pos = theValue.indexOf( ":" );
     vtkFloatingPointType val = theDefault;
     if( pos>=0 ) 
     {