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
19
#include "
corsika/framework/units/quantity_io.hpp
"
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
*/
phys
namespace phys.
phys::units::unit_info::symbol
static std::string symbol()
provide unit's symbol.
Definition:
quantity_io.hpp:125
phys::units::unit_info::name
static std::string name()
provide unit's name.
Definition:
quantity_io.hpp:118
quantity_io.hpp
IO for quantity library.
corsika
framework
units
quantity_io_steradian.hpp
Generated by
1.8.13