Commit 468898a8c8156dccbc3983d7e6ae46949db665b4
1 parent
8c91c0c5
Exists in
master
and in
7 other branches
mex/vex els min/max value for args
Showing
4 changed files
with
4 additions
and
4 deletions
Show diff stats
PARAM_INFO_PREDEFINED/info_mex_els_spec.xml
... | ... | @@ -2,6 +2,6 @@ |
2 | 2 | <paraminfo id="mex_els_spec"> |
3 | 3 | <dimensions dim_1="128"/> |
4 | 4 | <tables> |
5 | - <table relatedDim="dim_1" name="Energy" units="eV" variable="true"/> | |
5 | + <table relatedDim="dim_1" name="Energy" units="eV" minValue="0.01" maxValue="20000" variable="true"/> | |
6 | 6 | </tables> |
7 | 7 | </paraminfo> |
... | ... |
PARAM_INFO_PREDEFINED/info_mex_els_spec_sum.xml
... | ... | @@ -2,6 +2,6 @@ |
2 | 2 | <paraminfo id="mex_els_spec_sum"> |
3 | 3 | <dimensions dim_1="128"/> |
4 | 4 | <tables> |
5 | - <table relatedDim="dim_1" name="Energy" units="eV" variable="true"/> | |
5 | + <table relatedDim="dim_1" name="Energy" units="eV" minValue="0.01" maxValue="20000" variable="true"/> | |
6 | 6 | </tables> |
7 | 7 | </paraminfo> |
... | ... |
PARAM_INFO_PREDEFINED/info_vex_els_spec.xml
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <paraminfo id="vex_els_spec"> |
3 | 3 | <dimensions dim_1="128"/> |
4 | 4 | <tables> |
5 | - <table relatedDim="dim_1" name="Energy" units="eV" variable="true"/> | |
5 | + <table relatedDim="dim_1" name="Energy" units="eV" minValue="0.01" maxValue="20000" variable="true"/> | |
6 | 6 | </tables> |
7 | 7 | </paraminfo> |
8 | 8 | |
... | ... |
PARAM_INFO_PREDEFINED/info_vex_els_spec_sum.xml
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <paraminfo id="vex_els_spec_sum"> |
3 | 3 | <dimensions dim_1="128"/> |
4 | 4 | <tables> |
5 | - <table relatedDim="dim_1" name="Energy" units="eV" variable="true"/> | |
5 | + <table relatedDim="dim_1" name="Energy" minValue="0.01" maxValue="20000" units="eV" variable="true"/> | |
6 | 6 | </tables> |
7 | 7 | </paraminfo> |
8 | 8 | |
... | ... |