Changeset 927 in Sophya for trunk/SophyaLib/SkyT/convtools.cc


Ignore:
Timestamp:
Apr 14, 2000, 9:28:14 AM (25 years ago)
Author:
ansari
Message:

SOphie : Adding the ingroup SkyT in each .cc file for DoxyGen Doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyT/convtools.cc

    r607 r927  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: convtools.cc,v 1.2 1999-11-20 21:00:48 ansari Exp $
     3//      $Id: convtools.cc,v 1.3 2000-04-14 07:28:12 ansari Exp $
    44//
    55// Description:
     
    1212#include "convtools.h"
    1313
     14/*! \class SOPHYA::ConvTools
     15 * \ingroup SkyT
     16 * Definition of usual usefull constants
     17 */
    1418// Boltzman constant  J/K
    1519double ConvTools::kb =  1.380662e-23;     
    1620// Mean value of the cmb temperature (K)
    1721double ConvTools::tcmb=2.728;
    18 // constante de Planck en Js
     22// Planck constant in Js
    1923double ConvTools::hpl=6.626176e-34;   
    2024// Light speed  PDG 1992 m/s
Note: See TracChangeset for help on using the changeset viewer.