Commit 5a733894 authored by Carlos Galindo's avatar Carlos Galindo
Browse files

anoother mistake

parent c6b1d5ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -199,9 +199,9 @@ public class EKnife {
				System.exit(1);
			}
		} catch (IllegalArgumentException e) {
			SC = null;
			System.out.println("Error: the slicing criterion could not be found! " + slicingCriterion);
			System.exit(1);
			return;
		}

		final SlicingAlgorithm slicingAlgorithm = a.getAlgorithm(edg);