Commit 22b9ceaa authored by Andrey Filippov's avatar Andrey Filippov

more on tile assignments

parent 98b0dee4
This diff is collapsed.
...@@ -3512,7 +3512,7 @@ public class TileProcessor { ...@@ -3512,7 +3512,7 @@ public class TileProcessor {
System.out.println(ta_stats[i].toString()); System.out.println(ta_stats[i].toString());
} }
ta.optimizeAssignment( ta.optimizeAssignment25(
clt_parameters.tsNoEdge , // final boolean noEdge, clt_parameters.tsNoEdge , // final boolean noEdge,
tile_layers_surf, // final int [][] tileLayers, tile_layers_surf, // final int [][] tileLayers,
2, // final int debugLevel, 2, // final int debugLevel,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment