Skip to content
Snippets Groups Projects
Commit f03bc7af authored by Dmitry Popov's avatar Dmitry Popov
Browse files

Fixed var init order warning

parent f9c1ab15
No related branches found
No related tags found
No related merge requests found
......@@ -80,8 +80,8 @@ class DetectorConstruction : public G4VUserDetectorConstruction
G4VPhysicalVolume* fP_Box;
G4LogicalVolume* fL_Box;
G4double fBoxDepth;
G4double fBoxXY;
G4double fBoxDepth;
G4Material* fMaterial;
G4UniformMagField* fMagField;
G4UserLimits* fUserLimits;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment