We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f3bfc commit ed011e5Copy full SHA for ed011e5
1 file changed
kratos.gid/apps/FreeSurface/xml/XmlController.tcl
@@ -42,7 +42,7 @@ proc ::FreeSurface::xml::CustomTree { args } {
42
set root [customlib::GetBaseRoot]
43
foreach {n pn} [list LIN_DARCY_COEF "Linear darcy coefficient" NONLIN_DARCY_COEF "Nonlinear darcy coefficient" POROSITY "Porosity" BODY_FORCE "Body force"] {
44
if {[$root selectNodes "[spdAux::getRoute NodalResults]/value\[@n='$n'\]"] eq ""} {
45
- gid_groups_conds::addF [spdAux::getRoute NodalResults] value [list n $n pn $pn v yes values "yes,no"]
+ gid_groups_conds::addF [spdAux::getRoute NodalResults] value [list n $n pn $pn v Yes values "Yes,No"]
46
}
47
48
0 commit comments