source: trunk/source/g3tog4/src/g4geom.cc.main @ 1202

Last change on this file since 1202 was 965, checked in by garnier, 15 years ago

update g3tog4

File size: 716 bytes
Line 
1// This code implementation is the intellectual property of
2// the GEANT4 collaboration.
3//
4// By copying, distributing or modifying the Program (or any work
5// based on the Program) you indicate your acceptance of this statement,
6// and all its terms.
7//
8// $Id: g4geom.cc.main,v 1.2 1999/12/05 17:50:17 gcosmo Exp $
9// GEANT4 tag $Name: geant4-09-02-ref-02 $
10//
11//   g4geom
12//
13//   Use the geometry code built by G3->G4 conversion to create the
14//   Geant4 geometry
15//
16//   T. Wenaus  LLNL  6/95
17//
18#include "G3toG4.hh"
19#include "G4GeometryManager.hh"
20void G3toG4code();
21void G3G4init();
22int main(int argc, char* argv[])
23{
24    G3toG4code();
25    G4GeometryManager::GetInstance()->CloseGeometry();
26    return 0;
27}
Note: See TracBrowser for help on using the repository browser.