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
@@ -46,7 +46,7 @@ class G4GeomSplitter
public:
G4GeomSplitter()
: totalobj(0), totalspace(0), sharedOffset(nullptr)
: sharedOffset(nullptr)
{
G4MUTEXINIT(mutex);
}
@@ -174,8 +174,8 @@ class G4GeomSplitter
private:
G4int totalobj;
G4int totalspace;
G4int totalobj{0};
G4int totalspace{0};
T* sharedOffset;
G4Mutex mutex;
};