Index: applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/replacegeometry/ReplaceGeometryUtils.java
===================================================================
--- applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/replacegeometry/ReplaceGeometryUtils.java	(revision 28175)
+++ applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/replacegeometry/ReplaceGeometryUtils.java	(revision 28178)
@@ -291,5 +291,7 @@
                             cost[i][j] = d;
                         }
+                        System.out.printf("%.6f ", cost[i][j]);
                     }
+                    System.out.printf("\n");
                 }
                 AssignmentProblem assignment = new AssignmentProblem(cost);
