Changeset 927 in Sophya for trunk/SophyaLib/SkyT/convtools.cc
- Timestamp:
- Apr 14, 2000, 9:28:14 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyT/convtools.cc
r607 r927 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: convtools.cc,v 1. 2 1999-11-20 21:00:48ansari Exp $3 // $Id: convtools.cc,v 1.3 2000-04-14 07:28:12 ansari Exp $ 4 4 // 5 5 // Description: … … 12 12 #include "convtools.h" 13 13 14 /*! \class SOPHYA::ConvTools 15 * \ingroup SkyT 16 * Definition of usual usefull constants 17 */ 14 18 // Boltzman constant J/K 15 19 double ConvTools::kb = 1.380662e-23; 16 20 // Mean value of the cmb temperature (K) 17 21 double ConvTools::tcmb=2.728; 18 // constante de Planck enJs22 // Planck constant in Js 19 23 double ConvTools::hpl=6.626176e-34; 20 24 // Light speed PDG 1992 m/s
Note:
See TracChangeset
for help on using the changeset viewer.