Mercurial > hg > Members > tatsuki > Alice
comparison src/alice/test/topology/aquarium/ResetFish.java @ 217:b5c642ba998e working
change as** method and remove "local" key in TEST
author | sugi |
---|---|
date | Wed, 27 Mar 2013 20:02:38 +0900 |
parents | e58794b067f5 |
children |
comparison
equal
deleted
inserted
replaced
216:21bd8af1cf26 | 217:b5c642ba998e |
---|---|
7 public ResetFish(){} | 7 public ResetFish(){} |
8 | 8 |
9 @Override | 9 @Override |
10 public void run() { | 10 public void run() { |
11 FishPoint fp = new FishPoint(0.0f,0.0f,0.0f); | 11 FishPoint fp = new FishPoint(0.0f,0.0f,0.0f); |
12 ods.update("local", "fish", fp); | 12 ods.update("fish", fp); |
13 | 13 |
14 } | 14 } |
15 | 15 |
16 } | 16 } |