Skip to content
Snippets Groups Projects
Commit 79788036 authored by adrien-matta's avatar adrien-matta
Browse files

* Fixing last warning with clang

parent 56904215
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,9 @@ using namespace GETAMUSCORERS;
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
PS_GeTAMU::PS_GeTAMU(G4String name,G4int Level,G4int depth)
:G4VPrimitiveScorer(name, depth),HCID(-1){
PS_GeTAMU::PS_GeTAMU(G4String name,G4int ,G4int depth)
:G4VPrimitiveScorer(name, depth){
HCID=-1;
m_Position = G4ThreeVector(-1000,-1000,-1000);
m_LocalPosition = G4ThreeVector(-1000,-1000,-1000);
m_CloverNumber = -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment