Import Geant4 11.2.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2023-06-30 09:09:57 +02:00
parent aef78ca386
commit dd1f179cda
3780 changed files with 212808 additions and 142780 deletions
-2
View File
@@ -46,7 +46,6 @@ class G4UImanager;
class G4UIbridge
{
public:
G4UIbridge(G4UImanager* localUI, G4String dir);
~G4UIbridge() = default;
@@ -57,7 +56,6 @@ class G4UIbridge
inline G4int DirLength() const { return (G4int)dirName.length(); }
private:
G4UImanager* localUImanager = nullptr;
G4String dirName;
};