Salome HOME
52499: Prismatic mesh is not computed on a prismatic shape
[modules/smesh.git] / src / StdMeshers / StdMeshers_ViscousLayers.cxx
index c04a6326f462bcf92ddb801a6c5e907f3f41dff7..eeec08ff27923e28bbaa20dc89e7bee5e62b0c7a 100644 (file)
@@ -101,7 +101,7 @@ namespace VISCOUS_3D
   const double theSmoothThickToElemSizeRatio = 0.3;
 
   // what part of thickness is allowed till intersection
-  // defined by SALOME_TESTS/Grids/smesh/viscous_layers_00/A5
+  // (defined by SALOME_TESTS/Grids/smesh/viscous_layers_00/A5)
   const double theThickToIntersection = 1.5;
 
   bool needSmoothing( double cosin, double tgtThick, double elemSize )