Commit b573713d authored by R.W.Majeed's avatar R.W.Majeed
Browse files

fixed sort algorithm

parent d284a522
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -112,6 +112,7 @@ public abstract class AbstractFacts {
				// replace target values
				facts.set(indices[i], facts.get(i));
				sourceList.set(indices[i], sourceList.get(i));
				indices[indices[i]] = indices[i];

				// move old targets to old values
				indices[i] = oldI;