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