Template Function importConfig

Function Documentation

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

Imports the config parameters from a file. The file should be of the format generated by ConfigFileParser in Python.

Template Parameters
  • T: the simulation type
Parameters
  • self: the Python self object
  • args: arguments to parse