Skip to content
Snippets Groups Projects

+ OwningVector, and other cleanup in view of pybind11

Merged Wuttke, Joachim requested to merge sf6 into main
Files
2
+ 2
1
@@ -17,7 +17,8 @@
#include <heinz/Vectors3D.h>
struct Bin1D {
class Bin1D {
public:
Bin1D() = default;
Bin1D(double lower, double upper)
: m_lower(lower)
Loading