Page MenuHomec4science

py_heat_transfer_model.hh
No OneTemporary

File Metadata

Created
Mon, Jun 24, 15:50

py_heat_transfer_model.hh

#include <pybind11/pybind11.h>
#ifndef __AKANTU_PY_HEAT_TRANSFERT_MODEL_HH__
#define __AKANTU_PY_HEAT_TRANSFERT_MODEL_HH__
namespace akantu {
void register_heat_transfer_model(pybind11::module & mod);
} // namespace akantu
#endif // __AKANTU_PY_HEAT_TRANSFERT_MODEL_HH__

Event Timeline