Skip to content

Commit

Permalink
Merge pull request #38862 from cms-sw/FixHeaderGuardAPrimePhysics
Browse files Browse the repository at this point in the history
Fix header guard in APrimePhysics.h
  • Loading branch information
cmsbuild authored Jul 26, 2022
2 parents d274e60 + b6cd744 commit 57fb8a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimG4Core/CustomPhysics/interface/APrimePhysics.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef SIMAPPLICATION_APRIMEPHYSICS_H_
#define SIMAPPLICATION_APRIMEPHYSICS_H 1_
#ifndef SIMG4CORE_CUSTOMPHYSICS_APRIMEPHYSICS_H
#define SIMG4CORE_CUSTOMPHYSICS_APRIMEPHYSICS_H

// Geant4
#include "G4VPhysicsConstructor.hh"
Expand Down

0 comments on commit 57fb8a8

Please sign in to comment.