diff --git a/libsrc/meshing/python_mesh.cpp b/libsrc/meshing/python_mesh.cpp index 626bfe06..97b16461 100644 --- a/libsrc/meshing/python_mesh.cpp +++ b/libsrc/meshing/python_mesh.cpp @@ -1694,7 +1694,7 @@ project_boundaries : Optional[str] = None }, true); m.def("ReadMedit", [](const string& filename) { - map> index_map; + map, int> index_map; auto mesh = make_shared(); ReadMeditFormat(*mesh, filename, index_map); return py::make_tuple(mesh, index_map);