]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/StdMeshers/StdMeshers_ViscousLayers2D.cxx
Salome HOME
- //_face.Orientation( TopAbs_FORWARD );
[modules/smesh.git] / src / StdMeshers / StdMeshers_ViscousLayers2D.cxx
index c65131df3917b20d339cf418d8af81e9fa100fd9..858d71f6e92633f7dacae9c8699f5f185c0e503c 100644 (file)
@@ -497,7 +497,7 @@ _ViscousBuilder2D::_ViscousBuilder2D(SMESH_Mesh&                       theMesh,
   _helper.SetSubShape( _face );
   _helper.SetElementsOnShape( true );
 
-  //_face.Orientation( TopAbs_FORWARD );
+  _face.Orientation( TopAbs_FORWARD ); // 2D logic works only in this case
   _surface = BRep_Tool::Surface( _face );
 
   if ( _hyp )