Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
civanch committed Feb 23, 2016
1 parent f2fc861 commit d208c4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion SimG4Core/Application/interface/CMSGDMLWriteStructure.h
Expand Up @@ -22,7 +22,6 @@ class CMSGDMLWriteStructure : public G4GDMLWriteStructure
private:

G4VRangeToEnergyConverter *converter[4];
G4bool ifirst;
};

#endif
1 change: 0 additions & 1 deletion SimG4Core/Application/src/CMSGDMLWriteStructure.cc
Expand Up @@ -11,7 +11,6 @@
#include "G4SystemOfUnits.hh"

CMSGDMLWriteStructure::CMSGDMLWriteStructure()
: ifirst(true)
{
converter[0] = new G4RToEConvForGamma();
converter[1] = new G4RToEConvForElectron();
Expand Down

0 comments on commit d208c4e

Please sign in to comment.