Hi Guys,
I am having problems in the following C API program where myOtim_system is
callable from python function. The module is listed below -
static PyObject *
myOptim_system(PyObject *self, PyObject *args)
{
const char *command;
double u0, v0, u1, v1, u2, v2, u3, v3;
int sts;
Hi Guys,
I am having problems in the following C API program where myOtim_system is
callable from python function. The module is listed below -
static PyObject *
myOptim_system(PyObject *self, PyObject *args)
{
const char *command;
double u0, v0, u1, v1, u2, v2, u3, v3;
int sts;