소스 검색

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


불러오는 중...
취소
저장