Skip to content
Snippets Groups Projects

main-coverity-LArSamplesMon

Merged Shaun Roe requested to merge sroe/athena:main-coverity-LArSamplesMon into main
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -123,7 +123,6 @@ TH1D* SimpleShape::histogram(const char* name, const char* title, bool timeInUni
bool SimpleShape::add(std::unique_ptr<SimpleShape>& s1, const AbsShape& s2)
{
//if (!s2) return false;
if (!s1) {
s1.reset(new SimpleShape(s2));
return true;
Loading