Commit 6614ed131fcc2d80aecb17c62e464fa2cc97d849
1 parent
30b3b910
Exists in
master
and in
7 other branches
dimensions for static 2D
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
PARAM_DEF/mav_sta_c6.xml
... | ... | @@ -2,8 +2,8 @@ |
2 | 2 | <param xml:id="mav_sta_c6"> |
3 | 3 | <info> |
4 | 4 | <table> |
5 | - <centerAutoTable variable="true" name="Mass" units="AMU" centerName="mav_c6_mass_ave" log="false"/> | |
6 | - <centerAutoTable variable="true" name="Energy" units="eV" centerName="mav_c6_energy_ave" log="false"/> | |
5 | + <centerAutoTable dim="0" variable="true" name="Mass" units="AMU" centerName="mav_c6_mass_ave" log="false"/> | |
6 | + <centerAutoTable dim="1" variable="true" name="Energy" units="eV" centerName="mav_c6_energy_ave" log="false"/> | |
7 | 7 | </table> |
8 | 8 | </info> |
9 | 9 | <get> |
... | ... |