--- a/src/ringFinder.cpp Sun Aug 30 15:01:10 2015 +0300 +++ b/src/ringFinder.cpp Sun Aug 30 15:17:28 2015 +0300 @@ -140,7 +140,7 @@ r1 = r1f; } // If the numbers are both at most one-decimal fractions, we can use a scale of 10 - elif (isInteger (r0 * 10) and isInteger (r1 * 10)) + else if (isInteger (r0 * 10) and isInteger (r1 * 10)) { scale = 0.1; r0 *= 10;