Mercurial > hg > Members > tatsuki > Alice
diff src/alice/test/topology/fish/Routing.java @ 36:0b25b48116b6
DistributedFish share width each other (not work)
author | kazz <kazz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 20 Jan 2012 18:40:02 +0900 |
parents | ac3b48c5f4da |
children |
line wrap: on
line diff
--- a/src/alice/test/topology/fish/Routing.java Fri Jan 20 04:00:12 2012 +0900 +++ b/src/alice/test/topology/fish/Routing.java Fri Jan 20 18:40:02 2012 +0900 @@ -19,7 +19,6 @@ public Routing(String name, int width) { this.name = name; this.width = width; - System.out.println(name); Pattern pattern = Pattern.compile("^child([0-9]+)$"); Matcher matcher = pattern.matcher(name); matcher.find();