Skip to content

Commit

Permalink
housekeeping fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Jul 27, 2023
1 parent 8c56ac6 commit e31a17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geant4/app/src/ExN01UserScoreWriter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ void ExN01UserScoreWriter::DumpAllQuantitiesToFile(const G4String& fileName,

// retrieve the map
#ifdef GEANT4_GT_10_6
using MeshScoreMap = G4VScoringMesh::MeshScoreMap;
using MeshScoreMap = G4VScoringMesh::MeshScoreMap;
#endif

MeshScoreMap scMap = fScoringMesh->GetScoreMap();
Expand Down

0 comments on commit e31a17a

Please sign in to comment.