Page MenuHomec4science

py_boundary_conditions.hh
No OneTemporary

File Metadata

Created
Sat, May 11, 18:49

py_boundary_conditions.hh

#ifndef __AKANTU_PY_BOUNDARY_CONDITIONS_HH__
#define __AKANTU_PY_BOUNDARY_CONDITIONS_HH__
namespace pybind11 {
struct module;
} // namespace pybind11
namespace akantu {
void register_boundary_conditions(pybind11::module & mod);
} // namespace akantu
#endif // __AKANTU_PY_BOUNDARY_CONDITIONS_HH__

Event Timeline