Procházet zdrojové kódy

Fix the radii of atoms and protons

master
Fen Dweller před 5 roky
rodič
revize
ae30e0512a
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      presets/objects.js

+ 2
- 2
presets/objects.js Zobrazit soubor

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


Načítá se…
Zrušit
Uložit