mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-30 07:52:11 +00:00
regular axis with unit can now also use transforms
This commit is contained in:
@@ -22,7 +22,7 @@ using namespace boost::histogram::algorithm;
|
||||
|
||||
template <typename Tag>
|
||||
void run_tests() {
|
||||
using regular = axis::regular<double, axis::null_type>;
|
||||
using regular = axis::regular<double, axis::transform::id, axis::null_type>;
|
||||
{
|
||||
auto h = make_s(Tag(), std::vector<int>(), regular(4, 1, 5), regular(3, -1, 2));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user