CARMA C++
UnitsConverter.h
Go to the documentation of this file.
1 // $Id: UnitsConverter.h,v 1.1 2010/12/13 21:06:33 eml Exp $
2 
3 #ifndef SZA_UTIL_UNITSCONVERTER_H
4 #define SZA_UTIL_UNITSCONVERTER_H
5 
15 namespace sza {
16  namespace util {
17 
18  class UnitsConverter {
19  public:
20 
24  UnitsConverter();
25 
29  virtual ~UnitsConverter();
30 
31  private:
32  }; // End class UnitsConverter
33 
34  } // End namespace util
35 } // End namespace sza
36 
37 
38 
39 #endif // End #ifndef SZA_UTIL_UNITSCONVERTER_H