Import Geant4 3.0.0 source tree
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef G4Pair_h
|
||||
#define G4Pair_h
|
||||
|
||||
template <class t1, class t2>
|
||||
struct G4Pair
|
||||
{
|
||||
t1 first;
|
||||
t2 second;
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user