Skip to content
Snippets Groups Projects
Commit fe3187bf authored by Carlos Vazquez Sierra's avatar Carlos Vazquez Sierra :eye_in_speech_bubble:
Browse files

Fix error in clang10 for Meerkat

parent ed518291
No related branches found
No related tags found
2 merge requests!314Add support for Python 3,!295Clean-up of the project and preparation for Urania 10
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#include <vector> #include <vector>
#include "Meerkat/AbsPhaseSpace.hh" #include "Meerkat/AbsPhaseSpace.hh"
#include <cstring>
AbsPhaseSpace::AbsPhaseSpace(const char* phaseSpaceName) { AbsPhaseSpace::AbsPhaseSpace(const char* phaseSpaceName) {
strncpy(m_name, phaseSpaceName, 255); strncpy(m_name, phaseSpaceName, 255);
......
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