atomicWeights: Put in ascending order
This commit is contained in:
parent
7dfad7a74f
commit
885125e333
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ Foam::atomicWeightTable::atomicWeights[atomicWeightTable::nElements] =
|
|||
{"e", 5.45e-4},
|
||||
{"H", 1.00797},
|
||||
{"D", 2.01410},
|
||||
{"T", 3.01604}
|
||||
{"T", 3.01604},
|
||||
{"He", 4.00260},
|
||||
{"Li", 6.93900},
|
||||
{"Be", 9.01220},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue