Page MenuHomec4science

py_aka_mesh.hh
No OneTemporary

File Metadata

Created
Wed, Jun 26, 10:46

py_aka_mesh.hh

#ifndef __AKANTU_PY_AKA_MESH_HH__
#define __AKANTU_PY_AKA_MESH_HH__
namespace pybind11 {
struct module;
}
namespace akantu {
void register_mesh(pybind11::module & mod);
}
#endif

Event Timeline