Home
last modified time | relevance | path

Searched refs:mopac_lock (Results 1 – 2 of 2) sorted by relevance

/dports/science/libghemical/libghemical-3.0.0/src/
H A Deng1_qm_mopac.cpp37 eng1_qm_mopac * eng1_qm_mopac::mopac_lock = NULL; member in eng1_qm_mopac
41 if (mopac_lock != NULL) in eng1_qm_mopac()
48 else mopac_lock = this; in eng1_qm_mopac()
139 if (mopac_lock != this) return; // LOCK!!! in ~eng1_qm_mopac()
160 mopac_lock = NULL; in ~eng1_qm_mopac()
183 mopac_lock = NULL; in FixMeLaterTSS()
203 if (mopac_lock != this) return; // LOCK!!! in Compute()
297 if (mopac_lock != this) return 0.0; // LOCK!!! in GetESP()
333 if (mopac_lock != this) return 0.0; // LOCK!!! in GetElDens()
368 if (mopac_lock != this) return 0.0; // LOCK!!! in GetOrbital()
[all …]
H A Deng1_qm_mopac.h38 static eng1_qm_mopac * mopac_lock;
49 static eng1_qm_mopac * GetLock(void) { return mopac_lock; } in GetLock()