mirror of https://gitlab.com/QEF/q-e.git
handling alpha_mix(*) exception for hp.x
This commit is contained in:
parent
afe4743cf2
commit
2479a6b54f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue