source: snovis/trunk/source/G4Lab/cxx/config_physics_lists.cxx @ 233

Last change on this file since 233 was 233, checked in by barrand, 17 years ago
  • Property svn:eol-style set to native
File size: 412 bytes
Line 
1// Dummy file to help building the g4lab-config system.
2
3// Geant4/physics_lists :
4#include <QGSP.hh>
5
6extern "C" {
7
8//////////////////////////////////////////////////////////////////////////////
9void G4Lab_config_physics_lists(
10) 
11//////////////////////////////////////////////////////////////////////////////
12//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
13{
14  new QGSP();
15}
16
17}
18
Note: See TracBrowser for help on using the repository browser.