PathSimulator: Fix many compiler warnings

This commit is contained in:
wmayer
2024-05-23 10:12:13 +02:00
committed by wwmayer
parent d90a78391b
commit 68889f05ec
13 changed files with 56 additions and 59 deletions
@@ -55,7 +55,7 @@ int CAMSimPy::PyInit(PyObject* /*args*/, PyObject* /*kwd*/)
}
PyObject* CAMSimPy::ResetSimulation(PyObject* args)
PyObject* CAMSimPy::ResetSimulation()
{
CAMSim* sim = getCAMSimPtr();
sim->resetSimulation();