Skip to content

Commit

Permalink
change name of ifdef guard
Browse files Browse the repository at this point in the history
  • Loading branch information
atolosadelgado authored and andresailer committed May 13, 2024
1 parent 113ab83 commit 5344e6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DDRec/include/DDRec/DCH_info.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef DCH_INFO_H_INCLUDED
#define DCH_INFO_H_INCLUDED
#ifndef DDREC_DCH_INFO_H
#define DDREC_DCH_INFO_H

#include "TMath.h"

Expand Down Expand Up @@ -345,4 +345,4 @@ inline void DCH_info_struct::Show_DCH_info_database(std::ostream & oss) const
}
}} // end namespace dd4hep::rec::

#endif // DCH_INFO_H_INCLUDED
#endif // DDREC_DCH_INFO_H

0 comments on commit 5344e6f

Please sign in to comment.