Last change
on this file since 610 was 607, checked in by ansari, 26 years ago |
Modifs preparatoire pour Garching MAP , Reza 20/11/99
|
File size:
639 bytes
|
Rev | Line | |
---|
[601] | 1 | //--------------------------------------------------------------------------
|
---|
| 2 | // File and Version Information:
|
---|
[607] | 3 | // $Id: convtools.cc,v 1.2 1999-11-20 21:00:48 ansari Exp $
|
---|
[601] | 4 | //
|
---|
| 5 | // Description:
|
---|
| 6 | //
|
---|
| 7 | // History (add to end):
|
---|
| 8 | // Sophie Oct, 1999 - creation
|
---|
| 9 | //
|
---|
| 10 | //------------------------------------------------------------------------
|
---|
| 11 |
|
---|
| 12 | #include "convtools.h"
|
---|
| 13 |
|
---|
| 14 | // Boltzman constant J/K
|
---|
| 15 | double ConvTools::kb = 1.380662e-23;
|
---|
| 16 | // Mean value of the cmb temperature (K)
|
---|
| 17 | double ConvTools::tcmb=2.728;
|
---|
| 18 | // constante de Planck en Js
|
---|
| 19 | double ConvTools::hpl=6.626176e-34;
|
---|
| 20 | // Light speed PDG 1992 m/s
|
---|
| 21 | double ConvTools::cel=299792458.;
|
---|
| 22 |
|
---|
| 23 |
|
---|
| 24 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.