Emergency temporary fix.

This commit is contained in:
JoelKatz
2013-03-06 17:34:08 -08:00
parent 813e75bdb5
commit bd3de01b0e

View File

@@ -809,8 +809,12 @@ TER RippleCalc::calcNodeAdvance(
TER terResult = tesSUCCESS;
int loopCount = 0;
do
{
if (++loopCount > 100)
return tefEXCEPTION;
bool bDirectDirDirty = false;
if (!uDirectTip)