CORSIKA  @c8_version@
The framework to simulate particle cascades for astroparticle physics
quantity_io_steradian.hpp
Go to the documentation of this file.
1 
16 #ifndef PHYS_UNITS_QUANTITY_IO_STERADIAN_HPP_INCLUDED
17 #define PHYS_UNITS_QUANTITY_IO_STERADIAN_HPP_INCLUDED
18 
20 
21 namespace phys { namespace units {
22 
23 #if 0
24 template<>
25 struct unit_info< steradian_d >
26 {
27  static std::string name() { return "steradian"; }
28  static std::string symbol() { return "sr"; }
29 };
30 
31 namespace literals {
32 
33 QUANTITY_DEFINE_LITERALS( sr, steradian_d )
34 
35 }
36 #endif
37 
38 }} // namespace phys::units
39 
40 #endif // PHYS_UNITS_QUANTITY_IO_STERADIAN_HPP_INCLUDED
41 
42 /*
43  * end of file
44  */
namespace phys.
static std::string symbol()
provide unit&#39;s symbol.
static std::string name()
provide unit&#39;s name.
IO for quantity library.