Skip to content
Snippets Groups Projects
Commit 6a0d8a58 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix typo

parent 99c813d0
No related branches found
No related tags found
1 merge request!2Add shower pdf
Pipeline #9074 failed
......@@ -289,7 +289,7 @@ PYBIND11_MODULE(pdf, m) {
py::arg("phi"),
py::arg("t1")
),
py::class_<JShoweverPDF_t>(m, "JShoweerPDF")
py::class_<JShowerPDF_t>(m, "JShowerPDF")
.def(py::init<const std::string &, double, int, double>(),
py::arg("file_descriptor"),
py::arg("TTS"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment