Commit 8cdc3aa61e93abab992040e835a959f8b984daec
1 parent
1458239d
Exists in
master
and in
7 other branches
static c6 info
Showing
3 changed files
with
11 additions
and
2 deletions
Show diff stats
... | ... | @@ -0,0 +1,9 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<paraminfo id="mav_sta_c6"> | |
3 | + <dimensions dim_1="32" dim_2="64"/> | |
4 | + <tables> | |
5 | + <table relatedDim="dim_1" minValue="0.7" maxValue="30000" name="Energy" units="eV" variable="true"/> | |
6 | + <table relatedDim="dim_2" minValue="0.7" maxValue="98" name="Mass" units="AMU" variable="true"/> | |
7 | + </tables> | |
8 | +</paraminfo> | |
9 | + | |
0 | 10 | \ No newline at end of file |
... | ... |
PARAM_INFO_PREDEFINED/info_mav_sta_c6_energy.xml
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <paraminfo id="mav_sta_c6_energy"> |
3 | 3 | <dimensions dim_1="32"/> |
4 | 4 | <tables> |
5 | - <table relatedDim="dim_1" name="Energy" units="eV" variable="true"/> | |
5 | + <table relatedDim="dim_1" minValue="0.7" maxValue="30000" name="Energy" units="eV" variable="true"/> | |
6 | 6 | </tables> |
7 | 7 | </paraminfo> |
8 | 8 | |
9 | 9 | \ No newline at end of file |
... | ... |
PARAM_INFO_PREDEFINED/info_mav_sta_c6_mass.xml
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <paraminfo id="mav_sta_c6_mass"> |
3 | 3 | <dimensions dim_1="64"/> |
4 | 4 | <tables> |
5 | - <table relatedDim="dim_1" name="Mass" units="AMU" variable="true"/> | |
5 | + <table relatedDim="dim_1" minValue="0.7" maxValue="98" name="Mass" units="AMU" variable="true"/> | |
6 | 6 | </tables> |
7 | 7 | </paraminfo> |
8 | 8 | |
9 | 9 | \ No newline at end of file |
... | ... |