Skip to content
Snippets Groups Projects
cooling_wrapper.h 252 B
#ifndef __PYSWIFTSIM_COOLING_H__
#define __PYSWIFTSIM_COOLING_H__

#include "pyswiftsim_tools.h"

PyObject* pycooling_init(PyObject* self, PyObject* args);

PyObject* pycooling_rate(PyObject* self, PyObject* args);

#endif // __PYSWIFTSIM_COOLING_H__