ALPSCore reference
parameter.hpp
Go to the documentation of this file.
1 /*
2  * Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
3  * All rights reserved. Use is subject to license terms. See LICENSE.TXT
4  * For use in publications, see ACKNOWLEDGE.TXT
5  */
6 
7 #pragma once
8 
9 #include <boost/parameter.hpp>
10 
11 namespace alps {
12  namespace accumulators {
13 
14  BOOST_PARAMETER_NAME((accumulator_name, accumulator_keywords) _accumulator_name)
15  BOOST_PARAMETER_NAME((max_bin_number, accumulator_keywords) _max_bin_number)
16 
17  }
18 }