+ Fix compiler warnings

This commit is contained in:
wmayer
2013-10-11 12:24:49 +02:00
parent a8f825917f
commit 7a13cb8d09
14 changed files with 21 additions and 16 deletions

View File

@@ -494,6 +494,7 @@ PyObject* FemMeshPy::getNodesByFace(PyObject *args)
return 0;
}
Py::List ret;
throw Py::Exception("Not yet implemented");
}