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 }
void py_utils(py::module &m)
Bind utility functions to Python.
Definition: py_utils.cpp:10
This file is for binding utility functions to Python.
void log_switch(bool input)
Switch on/off logging.
Definition: message.cpp:48