Line data Source code
1 : #include "scipp/variable/variable_concept.h" 2 : #include "scipp/core/dimensions.h" 3 : 4 : namespace scipp::variable { 5 : 6 2996842 : VariableConcept::VariableConcept(const units::Unit &unit) : m_unit(unit) {} 7 : 8 : } // namespace scipp::variable