source: Sophya/trunk/SophyaLib/SkyT/convtools.h@ 901

Last change on this file since 901 was 901, checked in by ansari, 25 years ago

Sophie: adding the namespace SOPHYA in the .h files

File size: 657 bytes
Line 
1// This may look like C code, but it is really -*- C++ -*-
2//--------------------------------------------------------------------------
3// File and Version Information:
4// $Id: convtools.h,v 1.3 2000-04-13 08:17:02 ansari Exp $
5//
6// Description:
7// Definition of general constant and some convertion functions
8//
9// History (add to end):
10// Sophie Oct, 1999 - creation
11//
12//------------------------------------------------------------------------
13
14#ifndef CONV_TOOLS_H_SEEN
15#define CONV_TOOLS_H_SEEN
16namespace SOPHYA {
17class ConvTools
18{
19public:
20 static double kb;
21 static double tcmb;
22 static double hpl;
23 static double cel;
24
25};
26}
27#endif
Note: See TracBrowser for help on using the repository browser.