Implement Isostatic Gui

This commit is contained in:
jriegel
2013-07-24 22:15:25 +02:00
parent 2f17ff134e
commit 6a43acc5e6
6 changed files with 145 additions and 10 deletions

View File

@@ -442,7 +442,8 @@ static PyObject * getBoundary_Conditions(PyObject *self, PyObject *args)
PyObject *input;
Py::List boundary_nodes;
if (!PyArg_ParseTuple(args, "O",&input))
if (!PyArg_ParseTuple(args, "O!", &(FemMeshPy::Type), &input))
//if (!PyArg_ParseTuple(args, "O",&input))
return NULL;
PY_TRY {