Browse Source

Fix the radii of atoms and protons

master
Fen Dweller 5 years ago
parent
commit
ae30e0512a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      presets/objects.js

+ 2
- 2
presets/objects.js View File

@@ -421,14 +421,14 @@ function makeObjects() {
"Molecular", "Molecular",
{ {
hydrogen: { hydrogen: {
height: math.unit(1.06e-10, "mm"),
height: math.unit(1.06e-10, "m"),
mass: math.unit(1, "dalton"), mass: math.unit(1, "dalton"),
image: { source: "./media/objects/circle.svg" }, image: { source: "./media/objects/circle.svg" },
name: "Hydrogen atom", name: "Hydrogen atom",
rename: true rename: true
}, },
proton: { proton: {
height: math.unit(1e-15, "mm"),
height: math.unit(1e-15, "m"),
mass: math.unit(1, "dalton"), mass: math.unit(1, "dalton"),
image: { source: "./media/objects/circle.svg" }, image: { source: "./media/objects/circle.svg" },
name: "Proton", name: "Proton",


Loading…
Cancel
Save