adding bands.x and dos.x modules to pwgui

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@8529 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
kokalj 2012-01-23 11:13:22 +00:00
parent 1fae7a95d0
commit cc9920dc3f
2 changed files with 10 additions and 0 deletions

View File

@ -13,6 +13,12 @@ pp: makedoc
projwfc: makedoc
./check_gui projwfc
bands: makedoc
./check_gui bands
dos: makedoc
./check_gui dos
atomic: makedoc
./check_gui atomic

View File

@ -32,6 +32,8 @@ proc Usage {} {
\tph
\tpp
\tprojwfc
\tbands
\tdos
\tatomic
\td3
}]
@ -76,6 +78,8 @@ set mappings {
ph PHonon/Doc INPUT_PH
pp PP/Doc INPUT_PP
projwfc PP/Doc INPUT_PROJWFC
bands PP/Doc INPUT_BANDS
dos PP/Doc INPUT_DOS
atomic atomic/Doc INPUT_LD1
d3 PHonon/Doc INPUT_D3
}