// This may look like C code, but it is really -*- C++ -*- //-------------------------------------------------------------------------- // File and Version Information: // $Id: convtools.h,v 1.4 2000-04-13 10:46:14 ansari Exp $ // // Description: // Definition of general constant and some convertion functions // // History (add to end): // Sophie Oct, 1999 - creation // //------------------------------------------------------------------------ #ifndef CONV_TOOLS_H_SEEN #define CONV_TOOLS_H_SEEN #include "machdefs.h" namespace SOPHYA { class ConvTools { public: static double kb; static double tcmb; static double hpl; static double cel; }; } // End of namespace #endif