handling alpha_mix(*) exception for hp.x

This commit is contained in:
Tone Kokalj 2024-10-28 08:24:37 +01:00
parent afe4743cf2
commit 2479a6b54f
1 changed files with 7 additions and 0 deletions

View File

@ -110,6 +110,13 @@ namespace eval ::helpdoc::gui_help {
}
}
hp {
if { [string match alpha_mix(*) $name] } {
# in module file we have alpha_mix(1)
set name alpha_mix(1)
}
}
ph {
if { $name eq "alpha_mix(niter)" } {
# in module file we have alpha_mix(1)