浏览代码

Fix the radii of atoms and protons

master
Fen Dweller 5 年前
父节点
当前提交
ae30e0512a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      presets/objects.js

+ 2
- 2
presets/objects.js 查看文件

@@ -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",


正在加载...
取消
保存