Template Function run

Function Documentation

template<class T>
static PyObject *run(PyTemplate<T> *self, PyObject *args)

Runs the simulation.

Return
Py_RETURN_TRUE if the simulation completes, Py_RETURN_FALSE otherwise.
Template Parameters
  • T: the simulation type
Parameters
  • self: the Python self object
  • args: arguments to parse