19 #pragma omp critical (raise) 21 PyErr_SetString(PyExc_RuntimeError, msg.c_str());
std::string Str
Str is an alias for string.
void runtime_error(const Str &msg)
Raise (for Python) and throw (for C++) a runtime error.
This file has a definition of utils::runtime_error.
Namespace for utility functions.
This file includes pybind11 and defines an alias for the namespace pybind11.