Salome HOME
22483: EDF 2772 SMESH: Define several 3D viscous layer hypotheses on the same Geometry
[modules/smesh.git] / src / StdMeshers / StdMeshers_Quadrangle_2D.cxx
index e73f7bb11295cf5738a90cf02c78e7f374aceb02..a9990e5e7e7aaf475b764d56ac9e684aa8f92205 100644 (file)
@@ -199,7 +199,9 @@ bool StdMeshers_Quadrangle_2D::CheckHypothesis
     }
   }
 
     }
   }
 
-  return isOk;
+  error( StdMeshers_ViscousLayers2D::CheckHypothesis( aMesh, aShape, aStatus ));
+
+  return aStatus == HYP_OK;
 }
 
 //=============================================================================
 }
 
 //=============================================================================