Skip to content
Snippets Groups Projects
Commit a90d0dea authored by Peter Wagenhuber's avatar Peter Wagenhuber
Browse files

just removed a debug print statement

parent 3b3b2c89
No related branches found
No related tags found
No related merge requests found
......@@ -276,8 +276,8 @@ public class Nloc {
int minPathLenNewDroplet =
maxPathLenNewDroplet - defaultChan.getHSteps() + 1;
System.out.println("minPos: " + minPos + " pathLenCurrDroplet: " +
pathLenCurrDroplet + " minPathLenNewDroplet: " + minPathLenNewDroplet);
//System.out.println("minPos: " + minPos + " pathLenCurrDroplet: " +
// pathLenCurrDroplet + " minPathLenNewDroplet: " + minPathLenNewDroplet);
int newTupleMinPos =
minPos - (pathLenCurrDroplet - minPathLenNewDroplet);
int newTupleMaxPos =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment