Skip to content
Snippets Groups Projects
Commit 24c09569 authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

science/fastjet: Fix build on 15; Update WWW

Reported by:	fallout
parent d99d45db
No related branches found
No related tags found
No related merge requests found
--- plugins/D0RunIICone/ProtoJet.hpp.orig 2024-11-03 18:44:32 UTC
+++ plugins/D0RunIICone/ProtoJet.hpp
@@ -193,6 +193,7 @@ void ProtoJet<Item>::NowStable() {
_info.initialET(_pT);
}
+#if 0 // https://github.com/scikit-hep/fastjet/issues/324
template<class Item>
void ProtoJet<Item>::print(std::ostream& os) const {
os<<"y phi Et = ("<<_y<<", "<<_phi<<", "<<this->_Et<<")"<<std::endl;
@@ -202,6 +203,7 @@ void ProtoJet<Item>::print(std::ostream& os) const {
(*i)->print(os);
os << std::endl;
}
+#endif
template<class Item>
inline float ProtoJet<Item>::y() const{
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