Page MenuHomec4science

py_heat_transfer_model.hh
No OneTemporary

File Metadata

Created
Thu, Jul 4, 16:08

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