Skip to content

Commit

Permalink
Remove support for very old versions of ROOT < 6.26.0. Remove default…
Browse files Browse the repository at this point in the history
… use of std namespace from some implementation files.
  • Loading branch information
MarkusFrankATcernch committed Feb 8, 2024
1 parent be158a4 commit 43aa0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DDCore/src/plugins/Compact2Objects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,7 @@ template <> void Converter<OpticalSurface>::operator()(xml_h element) const {
surf->GetName(), pname.c_str(), ptyp.c_str());
}
}
#endif
}

/** Convert compact constant property (Material properties stored in TGeoManager)
Expand Down Expand Up @@ -896,7 +897,6 @@ template <> void Converter<PropertyTable>::operator()(xml_h e) const {
tab->Set(i/cols, i%cols, vals[i]);
//if ( s_debug.matrix ) tab->Print();
}
#endif

/** Convert compact visualization attribute to Detector visualization attribute.
*
Expand Down

0 comments on commit 43aa0cf

Please sign in to comment.