-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcons.h
More file actions
22 lines (21 loc) · 760 Bytes
/
Copy pathcons.h
File metadata and controls
22 lines (21 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
REAL clight,me,mp,mh,boltz,h,guniv,sb
REAL msol,lsol
REAL cmau,cmpc,cmkpc,cmkm,everg
c physical constants (cgs)
data clight /2.99792e10 /,
& me /9.10953e-28 /,
& mp /1.67265e-24 /,
& mh /1.66053e-24 /,
& boltz /1.38066e-16 /,
& h /6.62618e-27 /,
& guniv /6.6720e-8 /,
& sb /5.67051e-5 /
c astronomical constants (cgs)
data msol /1.989e33 /,
& lsol /3.826e33 /
c conversion factors
data cmau /1.49597e13 /,
& cmpc /3.084e18 /,
& cmkpc /3.084e21 /,
& cmkm /1.0e5 /,
& everg /1.60219e-12 /