Page MenuHomec4science

pypart_pybind.cc
No OneTemporary

File Metadata

Created
Thu, May 9, 03:27

pypart_pybind.cc

#include <functional>
#include <iostream>
#include <pybind11/pybind11.h>
namespace py = pybind11;
PYBIND11_MODULE(pypart, m){
m.doc() = "pybind for particles code";
}

Event Timeline