Go to the source code of this file.
|
| namespace | Mantid |
| | Helper class which provides the Collimation Length for SANS instruments.
|
| |
| namespace | Mantid::Kernel |
| |
◆ DECLARE_UNIT
| #define DECLARE_UNIT |
( |
|
classname | ) |
|
Value: namespace { \
Mantid::Kernel::RegistrationHelper \
register_unit_##classname(((Mantid::Kernel::UnitFactory::Instance().subscribe<classname>(#classname)), 0)); \
} \
const std::string Mantid::Kernel::Units::classname::unitID() const { return #classname; }
Definition at line 17 of file UnitFactory.h.