mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-30 07:52:11 +00:00
code reorganization and more documentation
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
namespace boost {
|
||||
namespace histogram {
|
||||
void register_axis_types();
|
||||
void register_basic_histogram();
|
||||
void register_histogram();
|
||||
}
|
||||
@@ -17,6 +18,7 @@ BOOST_PYTHON_MODULE(histogram)
|
||||
#ifdef USE_NUMPY
|
||||
import_array();
|
||||
#endif
|
||||
boost::histogram::register_axis_types();
|
||||
boost::histogram::register_basic_histogram();
|
||||
boost::histogram::register_histogram();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user