|
Last change
on this file since 291 was 233, checked in by barrand, 19 years ago |
|
|
-
Property svn:eol-style
set to
native
|
|
File size:
489 bytes
|
| Line | |
|---|
| 1 | // Dummy file to help building the g4lab-config system.
|
|---|
| 2 |
|
|---|
| 3 | // Some Geant4 include :
|
|---|
| 4 | #include <G4RunManager.hh>
|
|---|
| 5 |
|
|---|
| 6 | extern "C" {
|
|---|
| 7 |
|
|---|
| 8 | //////////////////////////////////////////////////////////////////////////////
|
|---|
| 9 | void G4Lab_config_Geant4(
|
|---|
| 10 | )
|
|---|
| 11 | //////////////////////////////////////////////////////////////////////////////
|
|---|
| 12 | //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
|
|---|
| 13 | {
|
|---|
| 14 | // Put some code in order to be sure to build correctly.
|
|---|
| 15 | G4RunManager::GetRunManager();
|
|---|
| 16 | }
|
|---|
| 17 |
|
|---|
| 18 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.