// This may look like C code, but it is really -*- C++ -*- //-------------------------------------------------------------------------- // File and Version Information: // $Id: convtools.h,v 1.3 2000-04-13 08:17:02 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 namespace SOPHYA { class ConvTools { public: static double kb; static double tcmb; static double hpl; static double cel; }; } #endif