Skip to content

Commit

Permalink
Fix stable element table data. See phetsims/build-a-nucleus#8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luisav1 committed Jun 4, 2022
1 parent 9c903dd commit a6740d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/AtomIdentifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ const stableElementTable = [
[ 50, 51, 52, 54 ],
[ 52 ],
[ 50, 52, 53, 54, 55, 56 ],
[],
[ 52, 54, 55, 56, 57, 58, 60 ],
[ 58 ],
[ 56, 58, 59, 60, 62, 64 ],
Expand All @@ -585,6 +586,7 @@ const stableElementTable = [
[ 78, 82 ],
[ 82 ],
[ 82, 83, 85, 86, 88 ],
[],
[ 82, 87, 88, 90, 92 ],
[ 90 ],
[ 90, 91, 92, 93, 94, 96 ],
Expand Down

0 comments on commit a6740d3

Please sign in to comment.