Mercurial > hg > Database > Alice
diff src/main/java/alice/test/topology/aquarium/SendLocation.java @ 547:e91a574b69de dispose
remove index
author | Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 18 Aug 2015 16:15:17 +0900 |
parents | 15eeb439830c |
children |
line wrap: on
line diff
--- a/src/main/java/alice/test/topology/aquarium/SendLocation.java Tue Aug 04 19:39:47 2015 +0900 +++ b/src/main/java/alice/test/topology/aquarium/SendLocation.java Tue Aug 18 16:15:17 2015 +0900 @@ -16,7 +16,7 @@ this.x = x; this.y = y; this.z = z; - position.setKey("fish", arg1.index, this); + position.setKey("fish", this); } @Override