Skip to content

Commit

Permalink
fixed compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
civanch committed Jul 12, 2021
1 parent 97e773a commit 3ee5f11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SimG4Core/Application/src/OscarMTMasterThread.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

OscarMTMasterThread::OscarMTMasterThread(const edm::ParameterSet& iConfig)
: m_pGeoFromDD4hep(iConfig.getParameter<bool>("g4GeometryDD4hepSource")),
m_pUseMagneticField(iConfig.getParameter<bool>("UseMagneticField")),
m_masterThreadState(ThreadState::NotExist) {
// Lock the mutex
std::unique_lock<std::mutex> lk(m_threadMutex);
Expand Down

0 comments on commit 3ee5f11

Please sign in to comment.