// This may look like C code, but it is really -*- C++ -*- //-------------------------------------------------------------------------- // File and Version Information: // $Id: convtools.h,v 1.2 1999-11-20 21:00:48 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 class ConvTools { public: static double kb; static double tcmb; static double hpl; static double cel; }; #endif