We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0938304 + 1a0aac7 commit b603398Copy full SHA for b603398
Entities/MOSRotating.cpp
@@ -1412,6 +1412,8 @@ void MOSRotating::Travel()
1412
// Reset the travel impulse for this frame
1413
m_TravelImpulse.Reset();
1414
1415
+ RTEAssert(m_pAtomGroup, "No AtomGroup defined for MOSRotating " + GetPresetName() + " in Travel!");
1416
+
1417
// Set the atom to ignore a certain MO, if set and applicable.
1418
if (m_HitsMOs && m_pMOToNotHit && g_MovableMan.ValidMO(m_pMOToNotHit) && !m_MOIgnoreTimer.IsPastSimTimeLimit()) {
1419
std::vector<MOID> MOIDsNotToHit;
0 commit comments