xo-XXX -> .xo-XXX (prep subrepo)
This commit is contained in:
parent
2342dc02a2
commit
cf0bd4d975
2105 changed files with 0 additions and 0 deletions
|
|
@ -1,14 +0,0 @@
|
|||
/* @file pyex1.cpp */
|
||||
|
||||
#include "pyutilexample.hpp"
|
||||
#include "xo/pyutil/pyutil.hpp"
|
||||
#include <cmath>
|
||||
|
||||
namespace xo {
|
||||
|
||||
PYBIND11_MODULE(XO_PYUTILEXAMPLE_MODULE_NAME(), m) {
|
||||
m.def("sqrt", [](double x) { return ::sqrt(x); });
|
||||
}
|
||||
}
|
||||
|
||||
/* end pyex1.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue