diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/G4chroma.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/G4chroma.cc b/src/G4chroma.cc index 1aba133..340cc4c 100644 --- a/src/G4chroma.cc +++ b/src/G4chroma.cc @@ -224,7 +224,7 @@ void export_Chroma() ; } -BOOST_PYTHON_MODULE(G4chroma) +BOOST_PYTHON_MODULE(_g4chroma) { export_Chroma(); } |