Salome HOME
Minor DOC changes
[modules/smesh.git] / src / SMESH / SMESH_MeshEditor.cxx
index e4f2bda0016f622017fc722f46e86d4370c17b7b..5969649c0fc4d14099f0a406c5f5c71c6da239f4 100644 (file)
@@ -2124,7 +2124,7 @@ namespace
 
     // No adjacent prisms. Select a variant with a best aspect ratio.
 
-    double badness[2] = { 0, 0 };
+    double badness[2] = { 0., 0. };
     static SMESH::Controls::NumericalFunctorPtr aspectRatio( new SMESH::Controls::AspectRatio);
     const SMDS_MeshNode** nodes = vol.GetNodes();
     for ( int variant = 0; variant < nbVariants; ++variant )