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
|
Rev | Line | |
---|
[601] | 1 | // This may look like C code, but it is really -*- C++ -*-
|
---|
| 2 | //--------------------------------------------------------------------------
|
---|
| 3 | // File and Version Information:
|
---|
[901] | 4 | // $Id: convtools.h,v 1.3 2000-04-13 08:17:02 ansari Exp $
|
---|
[601] | 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
|
---|
[901] | 16 | namespace SOPHYA {
|
---|
[601] | 17 | class ConvTools
|
---|
| 18 | {
|
---|
| 19 | public:
|
---|
| 20 | static double kb;
|
---|
| 21 | static double tcmb;
|
---|
| 22 | static double hpl;
|
---|
| 23 | static double cel;
|
---|
| 24 |
|
---|
| 25 | };
|
---|
[901] | 26 | }
|
---|
[601] | 27 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.