Skip to content

Commit

Permalink
Merge pull request #178 from OpenGATE/nkrah-mod_in_devdoc
Browse files Browse the repository at this point in the history
Update developer_guide.md
  • Loading branch information
nkrah committed Jun 19, 2023
2 parents e5e32ec + ea845a1 commit 619a601
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,8 @@ Below are a list of hints (compared to boost-python).

### Geant4 seems to be frozen/sleeping - the GIL is to blame - here is why

This is taken from Issue #145 which is now closed.

So here is what happened to me: While working on a branch, I implemented an alternative binding of the G4MTRunManager. The binding includes the function G4MTRunManager::Initialize(). The naïve implementation is:

.def("Initialize", &G4MTRunManager::Initialize)
Expand Down

0 comments on commit 619a601

Please sign in to comment.