diff src/alice/test/topology/fish/DistributedFish.java @ 46:1a498f436332

bug fix for time calculate
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Sat, 04 Feb 2012 16:03:05 +0900
parents 3155337e754e
children
line wrap: on
line diff
--- a/src/alice/test/topology/fish/DistributedFish.java	Sat Feb 04 14:31:07 2012 +0900
+++ b/src/alice/test/topology/fish/DistributedFish.java	Sat Feb 04 16:03:05 2012 +0900
@@ -6,7 +6,7 @@
 
 	public static void main(String[] args) {
 		FishConfig conf = new FishConfig(args);
-		new TopologyNode(conf, StartFish.class);
+		new TopologyNode(conf, new StartFish());
 
 	}