From: eap Date: Tue, 13 Nov 2012 13:35:01 +0000 (+0000) Subject: 0021543: EDF 1978 SMESH: Viscous layer for 2D meshes X-Git-Tag: V6_6_0rc1~53 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=258d9f24d938a2a83147c190d46d9c7659bcd053;p=modules%2Fsmesh.git 0021543: EDF 1978 SMESH: Viscous layer for 2D meshes URL of documentation --- diff --git a/src/SMESHGUI/SMESHGUI_Hypotheses.cxx b/src/SMESHGUI/SMESHGUI_Hypotheses.cxx index c42a940d4..7b10c0ff5 100644 --- a/src/SMESHGUI/SMESHGUI_Hypotheses.cxx +++ b/src/SMESHGUI/SMESHGUI_Hypotheses.cxx @@ -572,6 +572,8 @@ QString SMESHGUI_GenericHypothesisCreator::helpPage() const aHelpFileName = "a2d_meshing_hypo_page.html#hypo_quad_params_anchor"; else if ( aHypType == "ViscousLayers") aHelpFileName = "additional_hypo_page.html#viscous_layers_anchor"; + else if ( aHypType == "ViscousLayers2D") + aHelpFileName = "additional_hypo_page.html#viscous_layers_anchor"; else if ( aHypType == "ImportSource1D" || aHypType == "ImportSource2D") aHelpFileName = "import_algos_page.html"; return aHelpFileName;