ppap4lmp
0.7.2
py_utils.cpp
Go to the documentation of this file.
1
8
#include "
py_utils.h
"
9
10
void
pybind::py_utils
(py::module &m)
11
{
12
m.def(
"log_switch"
, &
utils::log_switch
);
13
}
pybind::py_utils
void py_utils(py::module &m)
Bind utility functions to Python.
Definition:
py_utils.cpp:10
py_utils.h
This file is for binding utility functions to Python.
utils::log_switch
void log_switch(bool input)
Switch on/off logging.
Definition:
message.cpp:48
src
pybind
py_utils.cpp
Generated by
1.8.14