src/ringFinder.cpp

changeset 967
eb586d3e1a6a
parent 966
a834e43a57da
child 968
4b93b7963456
--- 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;

mercurial