mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
science/fastjet: Fix build on 15; Update WWW
Reported by: fallout
This commit is contained in:
parent
d99d45db68
commit
24c0956948
1 changed files with 18 additions and 0 deletions
18
science/fastjet/files/patch-plugins_D0RunIICone_ProtoJet.hpp
Normal file
18
science/fastjet/files/patch-plugins_D0RunIICone_ProtoJet.hpp
Normal file
|
@ -0,0 +1,18 @@
|
|||
--- 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{
|
Loading…
Add table
Reference in a new issue