view 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 source

package alice.test.topology.fish;

import alice.topology.node.TopologyNode;

public class DistributedFish {

	public static void main(String[] args) {
		FishConfig conf = new FishConfig(args);
		new TopologyNode(conf, new StartFish());

	}

}